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

Function skip_packing

src/pack.rs:75–77  ·  view source on GitHub ↗
(length: usize)

Source from the content-addressed store, hash-verified

73}
74
75fn skip_packing(length: usize) -> bool {
76 length <= 2 // Packing takes at least 2 bytes, so it can only expand <= 2 bytes.
77}
78
79pub trait Byte: SizedInt {}
80impl Byte for u8 {}

Callers 2

pack_bytesFunction · 0.70
unpack_bytes_unsignedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected