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

Function make_engine

nodedb/src/engine/kv/engine_atomic.rs:477–479  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

475 use super::*;
476
477 fn make_engine() -> KvEngine {
478 KvEngine::new(1000, 16, 0.75, 4, 64, 1000, 1024)
479 }
480
481 #[test]
482 fn incr_new_key() {

Callers 15

incr_new_keyFunction · 0.70
incr_existing_keyFunction · 0.70
incr_negative_deltaFunction · 0.70
incr_overflowFunction · 0.70
incr_type_mismatchFunction · 0.70
incr_with_ttl_new_keyFunction · 0.70
incr_float_new_keyFunction · 0.70
incr_float_existingFunction · 0.70
cas_create_if_not_existsFunction · 0.70
cas_successFunction · 0.70

Calls

no outgoing calls

Tested by 15

incr_new_keyFunction · 0.56
incr_existing_keyFunction · 0.56
incr_negative_deltaFunction · 0.56
incr_overflowFunction · 0.56
incr_type_mismatchFunction · 0.56
incr_with_ttl_new_keyFunction · 0.56
incr_float_new_keyFunction · 0.56
incr_float_existingFunction · 0.56
cas_create_if_not_existsFunction · 0.56
cas_successFunction · 0.56