Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ readStop
Function
readStop
lib/_http_incoming.js:47–50 ·
view source on GitHub ↗
(socket)
Source
from the content-addressed store, hash-verified
45
}
46
47
function
readStop(socket) {
48
if
(socket)
49
socket.pause();
50
}
51
52
/* Abstract base
class
for
ServerRequest and ClientResponse. */
53
function
IncomingMessage(socket) {
Callers
1
parserOnBody
Function · 0.70
Calls
1
pause
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…