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

Method readStop

lib/internal/js_stream_socket.js:122–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120 }
121
122 readStop() {
123 this.stream.pause();
124 return 0;
125 }
126
127 doShutdown(req) {
128 // TODO(addaleax): It might be nice if we could get into a state where

Callers 10

SocketFunction · 0.45
net.jsFile · 0.45
onSocketPauseFunction · 0.45
onreadstopFunction · 0.45
child_process.jsFile · 0.45
onStreamReadFunction · 0.45
streamOnPauseFunction · 0.45
getStdinFunction · 0.45
onpauseFunction · 0.45

Calls 1

pauseMethod · 0.65

Tested by

no test coverage detected