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

Function decode_zorder_prefix

nodedb-array/src/coord/decode.rs:17–19  ·  view source on GitHub ↗
(idx: u64, n_dims: usize, bits: u32)

Source from the content-addressed store, hash-verified

15}
16
17pub fn decode_zorder_prefix(idx: u64, n_dims: usize, bits: u32) -> ArrayResult<Vec<u64>> {
18 zorder::decode(idx, n_dims, bits)
19}
20
21#[cfg(test)]
22mod tests {

Callers

nothing calls this directly

Calls 1

decodeFunction · 0.70

Tested by

no test coverage detected