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

Function resolveExit

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

Source from the content-addressed store, hash-verified

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

Callers 1

finishFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected