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

Function now

nodedb/src/engine/kv/engine.rs:388–390  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

386 use super::*;
387
388 fn now() -> u64 {
389 1_000_000
390 }
391
392 fn make_engine() -> KvEngine {
393 KvEngine::new(now(), 16, 0.75, 4, 64, 1000, 1024)

Callers 15

force_leaderFunction · 0.85
newMethod · 0.85
tickMethod · 0.85
single_node_electionFunction · 0.85
three_node_electionFunction · 0.85

Calls

no outgoing calls