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

Function unpipe

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

Source from the content-addressed store, hash-verified

1066 dest.once('finish', onfinish);
1067
1068 function unpipe() {
1069 debug('unpipe');
1070 src.unpipe(dest);
1071 }
1072
1073 // Tell the dest that it's being piped to.
1074 dest.emit('pipe', src);

Callers 3

onerrorFunction · 0.85
oncloseFunction · 0.85
onfinishFunction · 0.85

Calls 1

debugFunction · 0.50

Tested by

no test coverage detected