()
| 143 | } |
| 144 | |
| 145 | const onAbort = () => { |
| 146 | this[kQuestionCancel](); |
| 147 | }; |
| 148 | addAbortListener ??= require('internal/events/abort_listener').addAbortListener; |
| 149 | const disposable = addAbortListener(options.signal, onAbort); |
| 150 | const originalCb = cb; |
nothing calls this directly
no test coverage detected
searching dependent graphs…