MCPcopy Create free account
hub / github.com/nodejs/node / finish

Function finish

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

Source from the content-addressed store, hash-verified

219 let finishCount = 0;
220
221 function finish(err) {
222 finishImpl(err, --finishCount === 0);
223 }
224
225 function finishOnlyHandleError(err) {
226 finishImpl(err, false);

Callers 3

pumpToNodeFunction · 0.70
pumpToWebFunction · 0.70
pipeFunction · 0.70

Calls 1

finishImplFunction · 0.85

Tested by

no test coverage detected