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

Function onreadstart

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

Source from the content-addressed store, hash-verified

27function isClosing() { return this[owner_symbol].isClosing(); }
28
29function onreadstart() { return this[owner_symbol].readStart(); }
30
31function onreadstop() { return this[owner_symbol].readStop(); }
32

Callers

nothing calls this directly

Calls 1

readStartMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…