Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ hlc
Function
hlc
nodedb-array/src/sync/ack.rs:71–73 ·
view source on GitHub ↗
(ms: u64)
Source
from the content-addressed store, hash-verified
69
use crate::sync::replica_id::ReplicaId;
70
71
fn hlc(ms: u64) -> Hlc {
72
Hlc::new(ms, 0, ReplicaId::new(0)).unwrap()
73
}
74
75
fn r(id: u64) -> ReplicaId {
76
ReplicaId::new(id)
Callers
4
record_is_monotonic
Function · 0.70
min_returns_lowest
Function · 0.70
single_peer
Function · 0.70
serialize_roundtrip
Function · 0.70
Calls
no outgoing calls
Tested by
4
record_is_monotonic
Function · 0.56
min_returns_lowest
Function · 0.56
single_peer
Function · 0.56
serialize_roundtrip
Function · 0.56