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

Function rep

nodedb-test-support/src/array_sync.rs:22–24  ·  view source on GitHub ↗
(id: u64)

Source from the content-addressed store, hash-verified

20
21#[allow(dead_code)]
22pub fn rep(id: u64) -> ReplicaId {
23 ReplicaId::new(id)
24}
25
26#[allow(dead_code)]
27pub fn hlc(ms: u64, rid: u64) -> Hlc {

Calls

no outgoing calls