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

Function onreadstop

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

Source from the content-addressed store, hash-verified

29function onreadstart() { return this[owner_symbol].readStart(); }
30
31function onreadstop() { return this[owner_symbol].readStop(); }
32
33function onshutdown(req) { return this[owner_symbol].doShutdown(req); }
34

Callers

nothing calls this directly

Calls 1

readStopMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…