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

Function resolveExit

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

Source from the content-addressed store, hash-verified

1401 let closing = false;
1402 let closePromise: Promise<void> | null = null;
1403 let resolveExit: () => void = () => {};
1404 const waitForExit = new Promise<void>((resolve) => {
1405 resolveExit = resolve;
1406 });

Callers 1

finishFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected