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

Function d_code

Picviewer CE+/dist.user.js:10545–10547  ·  view source on GitHub ↗
(dist)

Source from the content-addressed store, hash-verified

10543
10544
10545function d_code(dist) {
10546 return dist < 256 ? _dist_code[dist] : _dist_code[256 + (dist >>> 7)];
10547}
10548
10549
10550/* ===========================================================================

Callers 2

compress_blockFunction · 0.70
_tr_tallyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected