(self)
| 24839 | Readable.prototype.addListener = Readable.prototype.on; |
| 24840 | |
| 24841 | function 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. |
nothing calls this directly
no outgoing calls
no test coverage detected