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

Function packed_bits_of

nodedb-vector/src/quantize/sq8_codec.rs:32–34  ·  view source on GitHub ↗
(q: &Sq8Quantized)

Source from the content-addressed store, hash-verified

30
31#[inline]
32fn packed_bits_of(q: &Sq8Quantized) -> &[u8] {
33 q.0.packed_bits()
34}
35
36// ── VectorCodec impl ─────────────────────────────────────────────────────────
37

Callers 2

Calls 1

packed_bitsMethod · 0.80

Tested by

no test coverage detected