Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
client
Function · 0.70
Calls
2
check
Function · 0.70
slice
Method · 0.65
Tested by
no test coverage detected