(x)
| 10 | }, |
| 11 | |
| 12 | _handleValue(x) { |
| 13 | const fn = this._fn |
| 14 | if (fn(x)) { |
| 15 | this._emitValue(x) |
| 16 | } else { |
| 17 | this._emitEnd() |
| 18 | } |
| 19 | }, |
| 20 | } |
| 21 | |
| 22 | const S = createStream('takeWhile', mixin) |
nothing calls this directly
no test coverage detected
searching dependent graphs…