@metamask/ocap-kernel
Version:
OCap kernel core components
10 lines • 420 B
text/typescript
import type { KernelStore } from "../store/index.mjs";
import type { RunQueueItem } from "../types.mjs";
/**
* Process the set of GC actions.
*
* @param storage - The kernel storage.
* @returns The next action to process, or undefined if there are no actions to process.
*/
export declare function processGCActionSet(storage: KernelStore): RunQueueItem | undefined;
//# sourceMappingURL=garbage-collection.d.mts.map