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

Function hlc

nodedb/src/control/array_sync/ack_registry.rs:270–272  ·  view source on GitHub ↗
(ms: u64)

Source from the content-addressed store, hash-verified

268 use super::*;
269
270 fn hlc(ms: u64) -> Hlc {
271 Hlc::new(ms, 0, ReplicaId::new(1)).unwrap()
272 }
273
274 fn r(n: u64) -> ReplicaId {
275 ReplicaId::new(n)

Callers 4

single_replica_ackFunction · 0.70
ack_is_monotonicFunction · 0.70
known_arraysFunction · 0.70

Calls

no outgoing calls

Tested by 4

single_replica_ackFunction · 0.56
ack_is_monotonicFunction · 0.56
known_arraysFunction · 0.56