Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
22
pub fn rep(id: u64) -> ReplicaId {
23
ReplicaId::new(id)
24
}
25
26
#[allow(dead_code)]
27
pub fn hlc(ms: u64, rid: u64) -> Hlc {
Callers
11
hlc
Function · 0.85
build_schema_snapshot
Function · 0.85
per_shard_gc_is_independent
Function · 0.85
multi_shard_gc_produces_independent_snapshots
Function · 0.85
gc_collapses_ops_below_frontier
Function · 0.85
gc_uses_min_ack_as_frontier
Function · 0.85
gc_snapshot_contains_ops_for_new_peer_catchup
Function · 0.85
gc_skips_snapshot_for_arrays_with_no_live_state
Function · 0.85
gc_propagates_snapshot_error_and_leaves_log_intact
Function · 0.85
gc_produces_one_snapshot_per_array
Function · 0.85
ack_vector_watermark_is_monotonic
Function · 0.85
Calls
no outgoing calls
Tested by
9
per_shard_gc_is_independent
Function · 0.68
multi_shard_gc_produces_independent_snapshots
Function · 0.68
gc_collapses_ops_below_frontier
Function · 0.68
gc_uses_min_ack_as_frontier
Function · 0.68
gc_snapshot_contains_ops_for_new_peer_catchup
Function · 0.68
gc_skips_snapshot_for_arrays_with_no_live_state
Function · 0.68
gc_propagates_snapshot_error_and_leaves_log_intact
Function · 0.68
gc_produces_one_snapshot_per_array
Function · 0.68
ack_vector_watermark_is_monotonic
Function · 0.68