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

Function cell_prefix_dispatches_on_order

nodedb-array/src/coord/encode.rs:99–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97
98 #[test]
99 fn cell_prefix_dispatches_on_order() {
100 let s = schema();
101 let p = encode_cell_prefix(&s, &[CoordValue::Int64(7), CoordValue::Int64(13)]);
102 assert!(p.is_ok());
103 }
104}

Callers

nothing calls this directly

Calls 2

encode_cell_prefixFunction · 0.85
schemaFunction · 0.70

Tested by

no test coverage detected