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

Function r

nodedb/src/control/array_sync/ack_registry.rs:274–276  ·  view source on GitHub ↗
(n: u64)

Source from the content-addressed store, hash-verified

272 }
273
274 fn r(n: u64) -> ReplicaId {
275 ReplicaId::new(n)
276 }
277
278 fn registry() -> Arc<ArrayAckRegistry> {
279 ArrayAckRegistry::open_in_memory().unwrap()

Callers 4

single_replica_ackFunction · 0.70
ack_is_monotonicFunction · 0.70
known_arraysFunction · 0.70

Calls

no outgoing calls

Tested by 4

single_replica_ackFunction · 0.56
ack_is_monotonicFunction · 0.56
known_arraysFunction · 0.56