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

Function replica

nodedb-array/src/sync/apply.rs:291–293  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

289 use crate::types::coord::value::CoordValue;
290
291 fn replica() -> ReplicaId {
292 ReplicaId::new(42)
293 }
294
295 fn hlc(ms: u64) -> Hlc {
296 Hlc::new(ms, 0, replica()).unwrap()

Callers 1

hlcFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected