MCPcopy 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_opFunction · 0.70
scan_from_filters_belowFunction · 0.70
drop_below_removes_oldFunction · 0.70

Calls 1

replicaFunction · 0.70

Tested by 3

scan_from_filters_belowFunction · 0.56
drop_below_removes_oldFunction · 0.56