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

Function isDisturbed

deps/undici/undici.js:1938–1940  ·  view source on GitHub ↗
(body)

Source from the content-addressed store, hash-verified

1936 }
1937 __name(assertRequestHandler, "assertRequestHandler");
1938 function isDisturbed(body) {
1939 return !!(body && (stream.isDisturbed(body) || body[kBodyUsed]));
1940 }
1941 __name(isDisturbed, "isDisturbed");
1942 function getSocketInfo(socket) {
1943 return {

Callers 3

"lib/web/fetch/body.js"Function · 0.70
checkFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected