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

Function replica

nodedb/src/control/array_sync/op_log.rs:312–314  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

310 use nodedb_array::types::coord::value::CoordValue;
311
312 fn replica() -> ReplicaId {
313 ReplicaId::new(1)
314 }
315
316 fn hlc(ms: u64) -> Hlc {
317 Hlc::new(ms, 0, replica()).unwrap()

Callers 1

hlcFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected