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

Function aid

nodedb/tests/bitemporal_array_truncation_flag.rs:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42const TENANT: TenantId = TenantId::new(1);
43
44fn aid() -> ArrayId {
45 ArrayId::new(TENANT, "flag_test")
46}
47
48fn open_engine(dir: &TempDir) -> ArrayEngine {
49 let mut e = ArrayEngine::new(ArrayEngineConfig::new(dir.path().to_path_buf())).unwrap();

Calls

no outgoing calls

Tested by

no test coverage detected