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

Function onClose

apps/local/src/db/data-dir-ownership.test.ts:105–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 });
104 };
105 const onClose = () => complete(false);
106 const timer = setTimeout(() => complete(true), timeoutMs);
107
108 if (output.child.exitCode !== null || output.child.signalCode !== null) {

Callers

nothing calls this directly

Calls 1

completeFunction · 0.70

Tested by

no test coverage detected