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

Function onfinish

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

Source from the content-addressed store, hash-verified

24729 }
24730 dest.once('close', onclose);
24731 function onfinish() {
24732 debug('onfinish');
24733 dest.removeListener('close', onclose);
24734 unpipe();
24735 }
24736 dest.once('finish', onfinish);
24737
24738 function unpipe() {

Callers

nothing calls this directly

Calls 1

unpipeFunction · 0.70

Tested by

no test coverage detected