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

Function r

nodedb-array/src/sync/ack.rs:75–77  ·  view source on GitHub ↗
(id: u64)

Source from the content-addressed store, hash-verified

73 }
74
75 fn r(id: u64) -> ReplicaId {
76 ReplicaId::new(id)
77 }
78
79 #[test]
80 fn record_is_monotonic() {

Callers 4

record_is_monotonicFunction · 0.70
min_returns_lowestFunction · 0.70
single_peerFunction · 0.70
serialize_roundtripFunction · 0.70

Calls

no outgoing calls

Tested by 4

record_is_monotonicFunction · 0.56
min_returns_lowestFunction · 0.56
single_peerFunction · 0.56
serialize_roundtripFunction · 0.56