(_chunk, _encoding, callback)
| 20 | this.push(null); |
| 21 | }, |
| 22 | write(_chunk, _encoding, callback) { |
| 23 | callback(); |
| 24 | }, |
| 25 | }); |
| 26 | |
| 27 | const reader = Readable.toWeb(duplex).getReader(); |
nothing calls this directly
no test coverage detected
searching dependent graphs…