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

Function nReadingNextTick

lib/internal/streams/readable.js:1238–1241  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1236}
1237
1238function nReadingNextTick(self) {
1239 debug('readable nexttick read 0');
1240 self.read(0);
1241}
1242
1243// pause() and resume() are remnants of the legacy readable stream API
1244// If the user uses them, then switch into old mode.

Callers

nothing calls this directly

Calls 2

debugFunction · 0.50
readMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…