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

Function range

nodedb-array/src/sync/snapshot.rs:270–275  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

268 }
269
270 fn range() -> CoordRange {
271 CoordRange {
272 lo: vec![CoordValue::Int64(0)],
273 hi: vec![CoordValue::Int64(100)],
274 }
275 }
276
277 fn snapshot(blob_len: usize) -> TileSnapshot {
278 TileSnapshot {

Callers 2

snapshotFunction · 0.70
coord_range_roundtripFunction · 0.70

Calls

no outgoing calls

Tested by 1

coord_range_roundtripFunction · 0.56