Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ make_engine
Function
make_engine
nodedb/src/engine/kv/engine.rs:392–394 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
390
}
391
392
fn make_engine() -> KvEngine {
393
KvEngine::new(now(), 16, 0.75, 4, 64, 1000, 1024)
394
}
395
396
#[test]
397
fn basic_get_put_delete() {
Callers
14
basic_get_put_delete
Function · 0.70
ttl_expiry_via_tick
Function · 0.70
persist_removes_ttl
Function · 0.70
expire_sets_ttl
Function · 0.70
batch_get_and_put
Function · 0.70
tenant_isolation
Function · 0.70
stats
Function · 0.70
register_index_and_lookup
Function · 0.70
index_maintained_on_put
Function · 0.70
index_cleaned_on_delete
Function · 0.70
zero_index_fast_path
Function · 0.70
drop_index_clears_entries
Function · 0.70
Calls
1
now
Function · 0.85
Tested by
14
basic_get_put_delete
Function · 0.56
ttl_expiry_via_tick
Function · 0.56
persist_removes_ttl
Function · 0.56
expire_sets_ttl
Function · 0.56
batch_get_and_put
Function · 0.56
tenant_isolation
Function · 0.56
stats
Function · 0.56
register_index_and_lookup
Function · 0.56
index_maintained_on_put
Function · 0.56
index_cleaned_on_delete
Function · 0.56
zero_index_fast_path
Function · 0.56
drop_index_clears_entries
Function · 0.56