MCPcopy
hub / github.com/garrytan/gstack / spawn1

Function spawn1

design/test/feedback-roundtrip-daemon.test.ts:57–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55});
56
57async function spawn1(): Promise<SpawnedDaemon> {
58 const d = await spawnDaemonForTest({ stateFile, idleMs: 60_000 });
59 daemons.push(d);
60 return d;
61}
62
63// ─── Submit round-trip ───────────────────────────────────────────
64

Calls 2

spawnDaemonForTestFunction · 0.90
pushMethod · 0.45

Tested by

no test coverage detected