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

Function onunpipe

packages/main/test/pages/diffable-html.js:6642–6650  ·  view source on GitHub ↗
(readable, unpipeInfo)

Source from the content-addressed store, hash-verified

6640
6641 dest.on('unpipe', onunpipe);
6642 function onunpipe(readable, unpipeInfo) {
6643 debug('onunpipe');
6644 if (readable === src) {
6645 if (unpipeInfo && unpipeInfo.hasUnpiped === false) {
6646 unpipeInfo.hasUnpiped = true;
6647 cleanup();
6648 }
6649 }
6650 }
6651
6652 function onend() {
6653 debug('onend');

Callers

nothing calls this directly

Calls 1

cleanupFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…