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

Method readStart

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

Source from the content-addressed store, hash-verified

115 }
116
117 readStart() {
118 this.stream.resume();
119 return 0;
120 }
121
122 readStop() {
123 this.stream.pause();

Callers 13

tryReadStartFunction · 0.45
onSocketResumeFunction · 0.45
onreadstartFunction · 0.45
setupChannelFunction · 0.45
_readMethod · 0.45
pullFunction · 0.45
streamOnResumeFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
clientFunction · 0.45
mainFunction · 0.45

Calls 1

resumeMethod · 0.65

Tested by

no test coverage detected