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

Function err

static/word2md/mammoth.browser.js:18348–18351  ·  view source on GitHub ↗
(strm, errorCode)

Source from the content-addressed store, hash-verified

18346var OS_CODE = 0x03; // Unix :) . Don't detect, use this default.
18347
18348function err(strm, errorCode) {
18349 strm.msg = msg[errorCode];
18350 return errorCode;
18351}
18352
18353function rank(f) {
18354 return ((f) << 1) - ((f) > 4 ? 9 : 0);

Callers 4

deflateResetKeepFunction · 0.70
deflateInit2Function · 0.70
deflateFunction · 0.70
deflateEndFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected