MCPcopy Create free account
hub / github.com/hoothin/UserScripts / deflateInit

Function deflateInit

Picviewer CE+/dist.user.js:7538–7540  ·  view source on GitHub ↗
(strm, level)

Source from the content-addressed store, hash-verified

7536}
7537
7538function deflateInit(strm, level) {
7539 return deflateInit2(strm, level, Z_DEFLATED, MAX_WBITS, DEF_MEM_LEVEL, Z_DEFAULT_STRATEGY);
7540}
7541
7542
7543function deflate(strm, flush) {

Callers

nothing calls this directly

Calls 1

deflateInit2Function · 0.70

Tested by

no test coverage detected