MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / hlc

Function hlc

nodedb-array/src/sync/apply.rs:295–297  ·  view source on GitHub ↗
(ms: u64)

Source from the content-addressed store, hash-verified

293 }
294
295 fn hlc(ms: u64) -> Hlc {
296 Hlc::new(ms, 0, replica()).unwrap()
297 }
298
299 fn header(array: &str, op_ms: u64, schema_ms: u64) -> ArrayOpHeader {
300 ArrayOpHeader {

Callers 7

headerFunction · 0.70
apply_put_succeedsFunction · 0.70

Calls 1

replicaFunction · 0.70