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

Function aid

nodedb/src/engine/array/test_support.rs:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43pub(super) fn aid() -> ArrayId {
44 ArrayId::new(TenantId::new(1), "g")
45}
46
47pub(super) fn put_one(e: &mut ArrayEngine, x: i64, y: i64, v: i64, lsn: u64) {
48 e.put_cells(

Calls

no outgoing calls

Tested by

no test coverage detected