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

Function deflateReset

static/word2md/mammoth.browser.js:19533–19539  ·  view source on GitHub ↗
(strm)

Source from the content-addressed store, hash-verified

19531
19532
19533function deflateReset(strm) {
19534 var ret = deflateResetKeep(strm);
19535 if (ret === Z_OK) {
19536 lm_init(strm.state);
19537 }
19538 return ret;
19539}
19540
19541
19542function deflateSetHeader(strm, head) {

Callers 1

deflateInit2Function · 0.70

Calls 2

deflateResetKeepFunction · 0.70
lm_initFunction · 0.70

Tested by

no test coverage detected