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

Function onPipeData

deps/undici/undici.js:9345–9347  ·  view source on GitHub ↗
(chunk)

Source from the content-addressed store, hash-verified

9343 );
9344 util.addListener(pipe, "data", onPipeData);
9345 function onPipeData(chunk) {
9346 request.onBodySent(chunk);
9347 }
9348 __name(onPipeData, "onPipeData");
9349 }
9350 __name(writeStream, "writeStream");

Callers

nothing calls this directly

Calls 1

onBodySentMethod · 0.65

Tested by

no test coverage detected