Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ hlc
Function
hlc
nodedb/src/control/array_sync/op_log.rs:316–318 ·
view source on GitHub ↗
(ms: u64)
Source
from the content-addressed store, hash-verified
314
}
315
316
fn hlc(ms: u64) -> Hlc {
317
Hlc::new(ms, 0, replica()).unwrap()
318
}
319
320
fn make_op(array: &str, ms: u64) -> ArrayOp {
321
ArrayOp {
Callers
4
make_op
Function · 0.70
scan_from_filters_below
Function · 0.70
scan_range_filters_array_and_hlc
Function · 0.70
drop_below_removes_old
Function · 0.70
Calls
1
replica
Function · 0.70
Tested by
3
scan_from_filters_below
Function · 0.56
scan_range_filters_array_and_hlc
Function · 0.56
drop_below_removes_old
Function · 0.56