()
| 7 | const { addSignal, removeSignal } = require('./abort-signal') |
| 8 | |
| 9 | function noop () {} |
| 10 | |
| 11 | function getWritableError (stream) { |
| 12 | return stream.errored ?? stream.writableErrored ?? stream._writableState?.errored |
nothing calls this directly
no outgoing calls
no test coverage detected