MCPcopy Create free account
hub / github.com/getsentry/XcodeBuildMCP / clearHardKillTimer

Function clearHardKillTimer

src/benchmarks/claude-ui/harness.ts:330–333  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

328 };
329
330 const clearHardKillTimer = (): void => {
331 if (hardKillTimer) clearTimeout(hardKillTimer);
332 hardKillTimer = undefined;
333 };
334
335 const killChild = (signal: NodeJS.Signals): void => {
336 if (child.exitCode !== null || child.killed || child.pid === undefined) return;

Callers 2

rejectCommandFunction · 0.85
runCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected