Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ next
Function
next
test/parallel/test-timers-clearImmediate.js:6–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
const
N = 3;
5
6
function
next() {
7
const
fn = common.mustCall(() => clearImmediate(immediate));
8
const
immediate = setImmediate(fn);
9
}
10
11
for
(
let
i = 0; i < N; i++) {
12
next();
Callers
1
test-timers-clearImmediate.js
File · 0.70
Calls
2
clearImmediate
Function · 0.85
setImmediate
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…