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

Function clearTimeout

out/cli.cjs:48213–48219  ·  view source on GitHub ↗
(timeout)

Source from the content-addressed store, hash-verified

48211 return delay3 < 1e3 ? setTimeout(callback, delay3, opaque) : new Timeout(callback, delay3, opaque);
48212 },
48213 clearTimeout(timeout) {
48214 if (timeout instanceof Timeout) {
48215 timeout.clear();
48216 } else {
48217 clearTimeout(timeout);
48218 }
48219 }
48220 };
48221 }
48222});

Callers 12

consumeBodyFunction · 0.85
finalizeFunction · 0.85
fetch4Function · 0.85
startTimerFunction · 0.85
clearTimerFunction · 0.85
refreshTimeoutFunction · 0.85
setupTimeout2Function · 0.85
setupTimeoutFunction · 0.85
fetchWithTimeoutMethod · 0.85
invokeFunction · 0.85
unsubscribeFunction · 0.85
delay2Function · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…