MCPcopy 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);

Calls 2

doReqFunction · 0.70
runMethod · 0.45

Tested by

no test coverage detected