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

Function replica

nodedb-array/src/sync/gc.rs:157–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155 use crate::types::coord::value::CoordValue;
156
157 fn replica() -> ReplicaId {
158 ReplicaId::new(1)
159 }
160
161 fn hlc(ms: u64) -> Hlc {
162 Hlc::new(ms, 0, replica()).unwrap()

Callers 5

hlcFunction · 0.70

Calls

no outgoing calls