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

Function flush_block_only

static/word2md/mammoth.browser.js:18388–18392  ·  view source on GitHub ↗
(s, last)

Source from the content-addressed store, hash-verified

18386
18387
18388function flush_block_only(s, last) {
18389 trees._tr_flush_block(s, (s.block_start >= 0 ? s.block_start : -1), s.strstart - s.block_start, last);
18390 s.block_start = s.strstart;
18391 flush_pending(s.strm);
18392}
18393
18394
18395function put_byte(s, b) {

Callers 5

deflate_storedFunction · 0.70
deflate_fastFunction · 0.70
deflate_slowFunction · 0.70
deflate_rleFunction · 0.70
deflate_huffFunction · 0.70

Calls 1

flush_pendingFunction · 0.70

Tested by

no test coverage detected