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

Function setTimeout

out/cli.cjs:48210–48212  ·  view source on GitHub ↗
(callback, delay3, opaque)

Source from the content-addressed store, hash-verified

48208 };
48209 module2.exports = {
48210 setTimeout(callback, delay3, opaque) {
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();

Callers 15

consumeBodyFunction · 0.85
fetch4Function · 0.85
deferFunction · 0.85
startTimerFunction · 0.85
delay3Function · 0.85
refreshTimeoutFunction · 0.85
setupTimeout2Function · 0.85
mockDispatchFunction · 0.85
setKillTimeoutFunction · 0.85
setupTimeoutFunction · 0.85
fetchWithTimeoutMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…