Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_ack
Function · 0.70
two_replicas_min_is_lower
Function · 0.70
ack_is_monotonic
Function · 0.70
known_arrays
Function · 0.70
Calls
no outgoing calls
Tested by
4
single_replica_ack
Function · 0.56
two_replicas_min_is_lower
Function · 0.56
ack_is_monotonic
Function · 0.56
known_arrays
Function · 0.56