Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ done
Function
done
test/parallel/test-http-server-keep-alive-timeout.js:21–24 ·
view source on GitHub ↗
(server, socket, cb)
Source
from the content-addressed store, hash-verified
19
}
20
21
function
done(server, socket, cb) {
22
socket.destroy();
23
server.close(cb);
24
}
25
26
function
serverTest(withPipeline, cb) {
27
let
gotAll = false;
Callers
1
serverTest
Function · 0.70
Calls
2
close
Method · 0.65
destroy
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…