MCPcopy Create free account
hub / github.com/commandoperator/cmdop-sdk / finish

Method finish

node/src/transport.ts:267–271  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

265 finished = true;
266 resolve();
267 }
268 };
269 child.once("exit", done);
270 setTimeout(() => {
271 if (!finished) child.kill();
272 done();
273 }, 5000);
274 });

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected