MCPcopy Create free account
hub / github.com/UI5/webcomponents / unpipe

Function unpipe

packages/main/test/pages/diffable-html.js:6736–6739  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6734 dest.once('finish', onfinish);
6735
6736 function unpipe() {
6737 debug('unpipe');
6738 src.unpipe(dest);
6739 }
6740
6741 // tell the dest that it's being piped to
6742 dest.emit('pipe', src);

Callers 3

onerrorFunction · 0.85
oncloseFunction · 0.85
onfinishFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…