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

Function test_aid

nodedb/src/engine/array/purge/execute.rs:321–323  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

319 }
320
321 fn test_aid() -> ArrayId {
322 ArrayId::new(TenantId::new(0), "t")
323 }
324
325 fn put_cell(engine: &mut ArrayEngine, x: i64, v: i64, sys_ms: i64, lsn: u64) {
326 engine

Calls

no outgoing calls

Tested by

no test coverage detected