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

Function handleFetchDone

deps/undici/undici.js:13478–13480  ·  view source on GitHub ↗
(response)

Source from the content-addressed store, hash-verified

13476 }
13477 };
13478 function handleFetchDone(response) {
13479 finalizeAndReportTiming(response, "fetch");
13480 }
13481 __name(handleFetchDone, "handleFetchDone");
13482 function fetch2(input, init = void 0) {
13483 webidl.argumentLengthCheck(arguments, 1, "globalThis.fetch");

Callers 1

fetch2Function · 0.70

Calls 1

finalizeAndReportTimingFunction · 0.70

Tested by

no test coverage detected