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

Function aid

nodedb/tests/bitemporal_array_variant_cube.rs:93–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91const TENANT: TenantId = TenantId::new(1);
92
93fn aid() -> ArrayId {
94 ArrayId::new(TENANT, "variants")
95}
96
97fn open_engine(dir: &TempDir) -> ArrayEngine {
98 let mut e = ArrayEngine::new(ArrayEngineConfig::new(dir.path().to_path_buf())).unwrap();

Callers 2

open_engineFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected