MCPcopy 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
47function readStop(socket) {
48 if (socket)
49 socket.pause();
50}
51
52/* Abstract base class for ServerRequest and ClientResponse. */
53function IncomingMessage(socket) {

Callers 1

parserOnBodyFunction · 0.70

Calls 1

pauseMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…