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

Function hlc

nodedb-array/src/sync/snapshot.rs:266–268  ·  view source on GitHub ↗
(ms: u64)

Source from the content-addressed store, hash-verified

264 use crate::sync::replica_id::ReplicaId;
265
266 fn hlc(ms: u64) -> Hlc {
267 Hlc::new(ms, 0, ReplicaId::new(1)).unwrap()
268 }
269
270 fn range() -> CoordRange {
271 CoordRange {

Callers 1

snapshotFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected