MCPcopy Index your code
hub / github.com/nodejs/node / callback

Function callback

test/parallel/test-timers-args.js:13–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 setTimeout.apply(null, [callback, 1].concat(args));
12
13 function callback() {
14 assert.deepStrictEqual([].slice.call(arguments), args);
15 if (nargs < 128) timeout(nargs + 1);
16 }
17}
18
19function interval(nargs) {

Callers

nothing calls this directly

Calls 4

clearIntervalFunction · 0.85
intervalFunction · 0.85
timeoutFunction · 0.70
callMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…