Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
pub 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)]
22
mod tests {
Callers
nothing calls this directly
Calls
1
decode
Function · 0.70
Tested by
no test coverage detected