(chunk)
| 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"); |
nothing calls this directly
no test coverage detected