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

Function hlc

nodedb-array/src/sync/op_codec.rs:49–51  ·  view source on GitHub ↗
(ms: u64)

Source from the content-addressed store, hash-verified

47 use crate::types::coord::value::CoordValue;
48
49 fn hlc(ms: u64) -> Hlc {
50 Hlc::new(ms, 0, ReplicaId::new(1)).unwrap()
51 }
52
53 fn header(array: &str, ms: u64) -> ArrayOpHeader {
54 ArrayOpHeader {

Callers 1

headerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected