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

Function deflateInit

static/word2md/mammoth.browser.js:19628–19630  ·  view source on GitHub ↗
(strm, level)

Source from the content-addressed store, hash-verified

19626}
19627
19628function deflateInit(strm, level) {
19629 return deflateInit2(strm, level, Z_DEFLATED, MAX_WBITS, DEF_MEM_LEVEL, Z_DEFAULT_STRATEGY);
19630}
19631
19632
19633function deflate(strm, flush) {

Callers

nothing calls this directly

Calls 1

deflateInit2Function · 0.70

Tested by

no test coverage detected