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

Function next

test/parallel/test-http-1.0-keep-alive.js:114–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 let current = 0;
113
114 function next() {
115 check(tests.slice(1));
116 }
117
118 function serverHandler(req, res) {
119 if (current + 1 === test.responses.length) this.close();

Callers 1

clientFunction · 0.70

Calls 2

checkFunction · 0.70
sliceMethod · 0.65

Tested by

no test coverage detected