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

Function settle

e2e/desktop-packaged/supervised-attach.test.ts:215–215  ·  view source on GitHub ↗
(ready: boolean)

Source from the content-addressed store, hash-verified

213 );
214 let stderr = "";
215 const settle = (ready: boolean) => resolve({ child, ready, stderr });
216 const timer = setTimeout(() => settle(false), 60_000);
217 child.stdout.on("data", (chunk: Buffer) => {
218 if (/Daemon ready on http:\/\//.test(chunk.toString())) {

Callers 3

startSupervisedDaemonFunction · 0.70
collectOutputFunction · 0.70
launchPackagedFunction · 0.70

Calls 1

resolveFunction · 0.50

Tested by

no test coverage detected