MCPcopy Index your code
hub / github.com/nodejs/node / finishOnlyHandleError

Function finishOnlyHandleError

lib/internal/streams/pipeline.js:225–227  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

223 }
224
225 function finishOnlyHandleError(err) {
226 finishImpl(err, false);
227 }
228
229 function finishImpl(err, final) {
230 if (err && (!error || error.code === 'ERR_STREAM_PREMATURE_CLOSE' || error.name === 'AbortError')) {

Callers 2

onErrorFunction · 0.85
pipeFunction · 0.85

Calls 1

finishImplFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…