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

Function onclose

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

Source from the content-addressed store, hash-verified

6722
6723 // Both close and finish should trigger unpipe, but only once.
6724 function onclose() {
6725 dest.removeListener('finish', onfinish);
6726 unpipe();
6727 }
6728 dest.once('close', onclose);
6729 function onfinish() {
6730 debug('onfinish');

Callers

nothing calls this directly

Calls 2

unpipeFunction · 0.85
destroyMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…