MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / resolveExit

Function resolveExit

apps/cli/src/main.ts:1350–1350  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1348 let closing = false;
1349 let closePromise: Promise<void> | null = null;
1350 let resolveExit: () => void = () => {};
1351 const waitForExit = new Promise<void>((resolve) => {
1352 resolveExit = resolve;
1353 });

Callers 1

finishFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected