MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / packed_bits_of

Function packed_bits_of

nodedb-vector/src/quantize/binary_codec.rs:42–44  ·  view source on GitHub ↗
(q: &BinaryQuantized)

Source from the content-addressed store, hash-verified

40
41#[inline]
42fn packed_bits_of(q: &BinaryQuantized) -> &[u8] {
43 q.0.packed_bits()
44}
45
46// ── VectorCodec impl ──────────────────────────────────────────────────────────
47

Callers 2

Calls 1

packed_bitsMethod · 0.80

Tested by

no test coverage detected