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

Function prefinish

static/word2md/mammoth.browser.js:25777–25782  ·  view source on GitHub ↗
(stream, state)

Source from the content-addressed store, hash-verified

25775}
25776
25777function prefinish(stream, state) {
25778 if (!state.prefinished) {
25779 state.prefinished = true;
25780 stream.emit('prefinish');
25781 }
25782}
25783
25784function finishMaybe(stream, state) {
25785 var need = needFinish(state);

Callers 1

finishMaybeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected