Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ hlc
Function
hlc
nodedb-array/src/sync/gc.rs:161–163 ·
view source on GitHub ↗
(ms: u64)
Source
from the content-addressed store, hash-verified
159
}
160
161
fn hlc(ms: u64) -> Hlc {
162
Hlc::new(ms, 0, replica()).unwrap()
163
}
164
165
fn make_op(array: &str, ms: u64) -> ArrayOp {
166
ArrayOp {
Callers
6
make_op
Function · 0.70
dummy_snapshot
Function · 0.70
gc_collapses_below_min_ack
Function · 0.70
gc_skips_arrays_with_no_live_state
Function · 0.70
gc_propagates_snapshot_error
Function · 0.70
gc_min_ack_with_two_replicas
Function · 0.70
Calls
1
replica
Function · 0.70
Tested by
4
gc_collapses_below_min_ack
Function · 0.56
gc_skips_arrays_with_no_live_state
Function · 0.56
gc_propagates_snapshot_error
Function · 0.56
gc_min_ack_with_two_replicas
Function · 0.56