(s)
| 19819 | o.flowing && !o.reading && s.read(0)) |
| 19820 | } |
| 19821 | function flow(s) { |
| 19822 | var o = s._readableState |
| 19823 | for (j('flow', o.flowing); o.flowing && null !== s.read(); ); |
| 19824 | } |
| 19825 | function fromList(s, o) { |
| 19826 | return 0 === o.length |
| 19827 | ? null |
no test coverage detected