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

Function onclose

lib/internal/streams/readable.js:1056–1059  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1054
1055 // Both close and finish should trigger unpipe, but only once.
1056 function onclose() {
1057 dest.removeListener('finish', onfinish);
1058 unpipe();
1059 }
1060 dest.once('close', onclose);
1061 function onfinish() {
1062 debug('onfinish');

Callers

nothing calls this directly

Calls 2

unpipeFunction · 0.85
removeListenerMethod · 0.45

Tested by

no test coverage detected