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

Function d_code

static/word2md/mammoth.browser.js:22527–22529  ·  view source on GitHub ↗
(dist)

Source from the content-addressed store, hash-verified

22525
22526
22527function d_code(dist) {
22528 return dist < 256 ? _dist_code[dist] : _dist_code[256 + (dist >>> 7)];
22529}
22530
22531
22532/* ===========================================================================

Callers 2

compress_blockFunction · 0.70
_tr_tallyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected