(stream)
| 6577 | } |
| 6578 | |
| 6579 | function emitReadable_(stream) { |
| 6580 | debug('emit readable'); |
| 6581 | stream.emit('readable'); |
| 6582 | flow(stream); |
| 6583 | } |
| 6584 | |
| 6585 | // at this point, the user has presumably seen the 'readable' event, |
| 6586 | // and called read() to consume some data. that may have triggered |
no test coverage detected
searching dependent graphs…