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

Function clearTimeoutTimer

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

Source from the content-addressed store, hash-verified

323 };
324
325 const clearTimeoutTimer = (): void => {
326 if (timeoutTimer) clearTimeout(timeoutTimer);
327 timeoutTimer = undefined;
328 };
329
330 const clearHardKillTimer = (): void => {
331 if (hardKillTimer) clearTimeout(hardKillTimer);

Callers 2

rejectCommandFunction · 0.85
runCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected