MCPcopy Create free account
hub / github.com/SoftbearStudios/bitcode / invalid_packing

Function invalid_packing

src/pack.rs:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56pub(crate) fn invalid_packing<T>() -> Result<T> {
57 err("invalid packing")
58}
59
60/// Packs 8 bools per byte.
61pub fn pack_bools(bools: &[bool], out: &mut Vec<u8>) {

Callers 4

readMethod · 0.85
check_less_thanFunction · 0.85
check_histogramFunction · 0.85
readMethod · 0.85

Calls 1

errFunction · 0.70

Tested by

no test coverage detected