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

Method from

nodedb-array/src/tile/sparse_tile.rs:52–54  ·  view source on GitHub ↗
(k: RowKind)

Source from the content-addressed store, hash-verified

50
51impl From<RowKind> for u8 {
52 fn from(k: RowKind) -> u8 {
53 k.as_u8()
54 }
55}
56
57/// Per-dim dictionary: distinct values seen, and one index per cell

Callers

nothing calls this directly

Calls 1

as_u8Method · 0.45

Tested by

no test coverage detected