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

Calls 1

replicaFunction · 0.70