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

Function onfinish

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

Source from the content-addressed store, hash-verified

6727 }
6728 dest.once('close', onclose);
6729 function onfinish() {
6730 debug('onfinish');
6731 dest.removeListener('close', onclose);
6732 unpipe();
6733 }
6734 dest.once('finish', onfinish);
6735
6736 function unpipe() {

Callers

nothing calls this directly

Calls 1

unpipeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…