MCPcopy Create free account
hub / github.com/TruthHun/BookStack / onclose

Function onclose

static/word2md/mammoth.browser.js:24726–24729  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24724
24725 // Both close and finish should trigger unpipe, but only once.
24726 function onclose() {
24727 dest.removeListener('finish', onfinish);
24728 unpipe();
24729 }
24730 dest.once('close', onclose);
24731 function onfinish() {
24732 debug('onfinish');

Callers

nothing calls this directly

Calls 1

unpipeFunction · 0.70

Tested by

no test coverage detected