(_chunk, _encoding, callback)
| 84 | new Duplex({ |
| 85 | read() {}, |
| 86 | write(_chunk, _encoding, callback) { |
| 87 | callback(new Error()) |
| 88 | } |
| 89 | }), |
| 90 | onError: () => "error" as const |
| 91 | }), |
nothing calls this directly
no test coverage detected
searching dependent graphs…