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

Method pack8

src/pack_ints.rs:310–312  ·  view source on GitHub ↗

Doesn't use impl_u8!() because it would copy unnecessary.

(v: &mut [Self], out: &mut Vec<u8>)

Source from the content-addressed store, hash-verified

308 impl_unreachable!(u16, pack16, unpack16);
309 // Doesn't use impl_u8!() because it would copy unnecessary.
310 fn pack8(v: &mut [Self], out: &mut Vec<u8>) {
311 pack_bytes(v, out);
312 }
313 fn unpack8<'a>(
314 input: &mut &'a [u8],
315 length: usize,

Callers

nothing calls this directly

Calls 1

pack_bytesFunction · 0.85

Tested by

no test coverage detected