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

Function done

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

Source from the content-addressed store, hash-verified

50 }
51
52 function done() {
53 running = false;
54 completed++;
55 process.nextTick(next);
56 }
57
58 expected++;
59 queue.push(f);

Callers 5

socketNotFinishedFunction · 0.70
socketFinishedFunction · 0.70
test-dns.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…