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

Function aid

nodedb/tests/bitemporal_array_retention.rs:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38}
39
40fn aid() -> ArrayId {
41 ArrayId::new(TenantId::new(1), "ret")
42}
43
44fn put_cell(e: &mut ArrayEngine, x: i64, v: i64, sys_ms: i64, lsn: u64) {
45 e.put_cells(

Calls

no outgoing calls

Tested by

no test coverage detected