MCPcopy 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

prefinishFunction · 0.45

Calls 2

onMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected