Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ doReqWith
Function
doReqWith
test/parallel/test-http2-async-local-storage.js:49–51 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
47
}
48
49
function
doReqWith(id) {
50
storage.run({ id }, () => doReq(id));
51
}
52
53
doReqWith(1);
54
doReqWith(2);
Callers
1
test-http2-async-local-storage.js
File · 0.85
Calls
2
doReq
Function · 0.70
run
Method · 0.45
Tested by
no test coverage detected