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

Function next

test/internet/test-dns.js:43–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41
42function test(f) {
43 function next() {
44 const f = queue.shift();
45 if (f) {
46 running = true;
47 console.log(f.name);
48 f(done)?.then(common.mustCall());
49 }
50 }
51
52 function done() {
53 running = false;

Callers 15

testFunction · 0.70
filesFunction · 0.50
extract_zipFunction · 0.50
mainFunction · 0.50
parseMethod · 0.50
_parse_blockMethod · 0.50
parseMethod · 0.50
parseMethod · 0.50
_safe_nextMethod · 0.50
__call__Method · 0.50
_min_or_maxFunction · 0.50
do_firstFunction · 0.50

Calls 4

fFunction · 0.50
shiftMethod · 0.45
logMethod · 0.45
thenMethod · 0.45

Tested by 1

testFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…