Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Socket
Function · 0.45
net.js
File · 0.45
onSocketPause
Function · 0.45
onreadstop
Function · 0.45
child_process.js
File · 0.45
onStreamRead
Function · 0.45
newReadableStreamFromStreamBase
Function · 0.45
streamOnPause
Function · 0.45
getStdin
Function · 0.45
onpause
Function · 0.45
Calls
1
pause
Method · 0.65
Tested by
no test coverage detected