Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
pumpToNode
Function · 0.70
pumpToWeb
Function · 0.70
pipe
Function · 0.70
Calls
1
finishImpl
Function · 0.85
Tested by
no test coverage detected