Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_ack
Function · 0.70
two_replicas_min_is_lower
Function · 0.70
ack_is_monotonic
Function · 0.70
known_arrays
Function · 0.70
Calls
no outgoing calls
Tested by
4
single_replica_ack
Function · 0.56
two_replicas_min_is_lower
Function · 0.56
ack_is_monotonic
Function · 0.56
known_arrays
Function · 0.56