MCPcopy
hub / github.com/di-sukharev/opencommit / timeoutKill

Function timeoutKill

out/cli.cjs:66538–66541  ·  view source on GitHub ↗
(spawned, signal, reject)

Source from the content-addressed store, hash-verified

66536 return forceKillAfterTimeout;
66537};
66538var spawnedCancel = (spawned, context) => {
66539 const killResult = spawned.kill();
66540 if (killResult) {
66541 context.isCanceled = true;
66542 }
66543};
66544var timeoutKill = (spawned, signal, reject) => {

Callers 1

setupTimeoutFunction · 0.85

Calls 1

rejectFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…