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

Function open_engine

nodedb/tests/bitemporal_array_variant_cube.rs:97–101  ·  view source on GitHub ↗
(dir: &TempDir)

Source from the content-addressed store, hash-verified

95}
96
97fn open_engine(dir: &TempDir) -> ArrayEngine {
98 let mut e = ArrayEngine::new(ArrayEngineConfig::new(dir.path().to_path_buf())).unwrap();
99 e.open_array(aid(), schema(), SCHEMA_HASH).unwrap();
100 e
101}
102
103fn coord(sample_id: i64, chromosome: i64, position: i64) -> Vec<CoordValue> {
104 vec![

Calls 4

open_arrayMethod · 0.80
aidFunction · 0.70
schemaFunction · 0.70
pathMethod · 0.45

Tested by

no test coverage detected