Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ makeRequests
Function
makeRequests
test/parallel/test-worker-http2-stream-terminate.js:56–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
});
55
56
function
makeRequests() {
57
for
(
let
i = 0; i < 3; i++) {
58
client.request().end();
59
}
60
setImmediate(makeRequests);
61
}
62
makeRequests();
63
}
Callers
1
test-worker-http2-stream-terminate.js
File · 0.70
Calls
3
request
Method · 0.65
setImmediate
Function · 0.50
end
Method · 0.45
Tested by
no test coverage detected