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

Function hlc

nodedb/src/control/array_sync/snapshot_store.rs:255–257  ·  view source on GitHub ↗
(ms: u64)

Source from the content-addressed store, hash-verified

253 use nodedb_array::types::coord::value::CoordValue;
254
255 fn hlc(ms: u64) -> Hlc {
256 Hlc::new(ms, 0, ReplicaId::new(1)).unwrap()
257 }
258
259 fn snap(array: &str, hlc_ms: u64) -> TileSnapshot {
260 TileSnapshot {

Callers 3

snapFunction · 0.70
put_and_get_roundtripFunction · 0.70

Calls

no outgoing calls

Tested by 2

put_and_get_roundtripFunction · 0.56