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

Function test_aid

nodedb/src/engine/array/purge/plan.rs:326–328  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

324 }
325
326 fn test_aid() -> ArrayId {
327 ArrayId::new(TenantId::new(0), "t")
328 }
329
330 fn put_cell(engine: &mut ArrayEngine, x: i64, v: i64, sys_ms: i64, lsn: u64) {
331 engine

Calls

no outgoing calls

Tested by

no test coverage detected