MCPcopy Index your code
hub / github.com/nodejs/node / onfinish

Function onfinish

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

Source from the content-addressed store, hash-verified

1059 }
1060 dest.once('close', onclose);
1061 function onfinish() {
1062 debug('onfinish');
1063 dest.removeListener('close', onclose);
1064 unpipe();
1065 }
1066 dest.once('finish', onfinish);
1067
1068 function unpipe() {

Callers

nothing calls this directly

Calls 3

unpipeFunction · 0.85
debugFunction · 0.50
removeListenerMethod · 0.45

Tested by

no test coverage detected