MCPcopy Create free account
hub / github.com/chalharu/rust-compression / write_block

Method write_block

src/bzip2/encoder.rs:224–291  ·  view source on GitHub ↗
(
        &mut self,
        is_final: bool,
        queue: &mut VecDeque<SmallBitVec<u32>>,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

nextMethod · 0.45
flushMethod · 0.45
finishMethod · 0.45

Calls 8

write_rleMethod · 0.80
write_u32Method · 0.80
write_blockdataMethod · 0.80
prepare_new_blockMethod · 0.80
lenMethod · 0.45
finishMethod · 0.45
write_u8Method · 0.45
writeMethod · 0.45

Tested by

no test coverage detected