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

Function resume

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

Source from the content-addressed store, hash-verified

24856};
24857
24858function resume(stream, state) {
24859 if (!state.resumeScheduled) {
24860 state.resumeScheduled = true;
24861 processNextTick(resume_, stream, state);
24862 }
24863}
24864
24865function resume_(stream, state) {
24866 if (!state.reading) {

Callers 1

mammoth.browser.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected