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

Function resolveExit

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

Source from the content-addressed store, hash-verified

1382 let closing = false;
1383 let closePromise: Promise<void> | null = null;
1384 let resolveExit: () => void = () => {};
1385 const waitForExit = new Promise<void>((resolve) => {
1386 resolveExit = resolve;
1387 });

Callers 1

finishFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected