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

Function spawnedKill

out/cli.cjs:66504–66508  ·  view source on GitHub ↗
(kill, signal = "SIGTERM", options = {})

Source from the content-addressed store, hash-verified

66502 const length = Math.max(stdio.length, aliases.length);
66503 return Array.from({ length }, (value, index) => stdio[index]);
66504};
66505
66506// node_modules/execa/lib/kill.js
66507var import_node_os4 = __toESM(require("node:os"), 1);
66508var import_signal_exit = __toESM(require_signal_exit(), 1);
66509var DEFAULT_FORCE_KILL_TIMEOUT = 1e3 * 5;
66510var spawnedKill = (kill, signal = "SIGTERM", options = {}) => {
66511 const killResult = kill(signal);

Callers

nothing calls this directly

Calls 1

setKillTimeoutFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…