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

Function _tr_align

static/word2md/mammoth.browser.js:23395–23399  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

23393 * This takes 10 bits, of which 7 may remain in the bit buffer.
23394 */
23395function _tr_align(s) {
23396 send_bits(s, STATIC_TREES << 1, 3);
23397 send_code(s, END_BLOCK, static_ltree);
23398 bi_flush(s);
23399}
23400
23401
23402/* ===========================================================================

Callers

nothing calls this directly

Calls 3

send_bitsFunction · 0.70
send_codeFunction · 0.70
bi_flushFunction · 0.70

Tested by

no test coverage detected