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

Function cb

test/sequential/test-gc-http-client.js:47–50  ·  view source on GitHub ↗
(res)

Source from the content-addressed store, hash-verified

45}
46
47function cb(res) {
48 res.resume();
49 done += 1;
50}
51
52function ongc() {
53 countGC++;

Callers 7

ClientFunction · 0.70
_processFunction · 0.70
thenFunction · 0.70
makeReqFunction · 0.70
waitForPortFunction · 0.70
runClientFunction · 0.70

Calls 1

resumeMethod · 0.65

Tested by

no test coverage detected