Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test
Function
test
test/sequential/test-https-server-keep-alive-timeout.js:19–24 ·
view source on GitHub ↗
(fn)
Source
from the content-addressed store, hash-verified
17
};
18
19
function
test(fn) {
20
if
(!tests.length) {
21
process.nextTick(run);
22
}
23
tests.push(fn);
24
}
25
26
function
run() {
27
const
fn = tests.shift();
Callers
1
test-https-server-keep-alive-timeout.js
File · 0.70
Calls
1
push
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…