Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ _final
Method
_final
lib/internal/streams/duplexpair.js:49–52 ·
view source on GitHub ↗
(callback)
Source
from the content-addressed store, hash-verified
47
}
48
49
_final(callback) {
50
this.#otherSide.on(
'end'
, callback);
51
this.#otherSide.push(null);
52
}
53
54
55
_destroy(err, callback) {
Callers
1
prefinish
Function · 0.45
Calls
2
on
Method · 0.45
push
Method · 0.45
Tested by
no test coverage detected