MCPcopy Index your code
hub / github.com/hoothin/UserScripts / err

Function err

Picviewer CE+/dist.user.js:6258–6261  ·  view source on GitHub ↗
(strm, errorCode)

Source from the content-addressed store, hash-verified

6256var OS_CODE = 0x03; // Unix :) . Don't detect, use this default.
6257
6258function err(strm, errorCode) {
6259 strm.msg = msg[errorCode];
6260 return errorCode;
6261}
6262
6263function rank(f) {
6264 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