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

Function run

test/parallel/test-http-set-timeout-server.js:37–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37function run() {
38 const fn = tests.shift();
39 if (fn) {
40 fn(run);
41 }
42}
43
44test(function serverTimeout(cb) {
45 const server = http.createServer();

Callers

nothing calls this directly

Calls 2

fnFunction · 0.70
shiftMethod · 0.45

Tested by

no test coverage detected