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

Function aid

nodedb/tests/bitemporal_array_temporal_purge.rs:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47const ARRAY_NAME: &str = "purge";
48
49fn aid() -> ArrayId {
50 ArrayId::new(TENANT, ARRAY_NAME)
51}
52
53/// Open an engine with `flush_cell_threshold = 1` so every `put_cells`
54/// call lands in a fresh segment. This makes it easy to produce multiple

Callers 5

open_engineFunction · 0.70
putFunction · 0.70
eraseFunction · 0.70
ceilingFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected