Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
pub(crate) fn invalid_packing<T>() -> Result<T> {
57
err(
"invalid packing"
)
58
}
59
60
/// Packs 8 bools per byte.
61
pub fn pack_bools(bools: &[bool], out: &mut Vec<u8>) {
Callers
4
read
Method · 0.85
check_less_than
Function · 0.85
check_histogram
Function · 0.85
read
Method · 0.85
Calls
1
err
Function · 0.70
Tested by
no test coverage detected