MCPcopy Create free account
hub / github.com/TruthHun/BookStack / nReadingNextTick

Function nReadingNextTick

static/word2md/mammoth.browser.js:24841–24844  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24839Readable.prototype.addListener = Readable.prototype.on;
24840
24841function nReadingNextTick(self) {
24842 debug('readable nexttick read 0');
24843 self.read(0);
24844}
24845
24846// pause() and resume() are remnants of the legacy readable stream API
24847// If the user uses them, then switch into old mode.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected