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

Function aid

nodedb/tests/bitemporal_array_gdpr.rs:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected