Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test
Function
test
test/parallel/test-http-set-timeout-server.js:31–35 ·
view source on GitHub ↗
(fn)
Source
from the content-addressed store, hash-verified
29
const
tests = [];
30
31
function
test(fn) {
32
if
(!tests.length)
33
process.nextTick(run);
34
tests.push(common.mustCall(fn));
35
}
36
37
function
run() {
38
const
fn = tests.shift();
Callers
1
test-http-set-timeout-server.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…