MCPcopy Create free account
hub / github.com/di-sukharev/opencommit / shouldForceKill

Function shouldForceKill

out/cli.cjs:66521–66521  ·  view source on GitHub ↗
(signal, { forceKillAfterTimeout }, killResult)

Source from the content-addressed store, hash-verified

66519 const timeout = getForceKillAfterTimeout(options);
66520 const t2 = setTimeout(() => {
66521 kill("SIGKILL");
66522 }, timeout);
66523 if (t2.unref) {
66524 t2.unref();

Callers 1

setKillTimeoutFunction · 0.85

Calls 1

isSigtermFunction · 0.85

Tested by

no test coverage detected