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

Function aid

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

Source from the content-addressed store, hash-verified

47const TENANT: TenantId = TenantId::new(1);
48
49fn aid() -> ArrayId {
50 ArrayId::new(TENANT, "basic")
51}
52
53fn open_engine(dir: &TempDir) -> ArrayEngine {
54 let mut e = ArrayEngine::new(ArrayEngineConfig::new(dir.path().to_path_buf())).unwrap();

Calls

no outgoing calls

Tested by

no test coverage detected