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

Function coord

nodedb/src/engine/array/memtable/tile_buffer.rs:346–348  ·  view source on GitHub ↗
(x: i64, y: i64)

Source from the content-addressed store, hash-verified

344 }
345
346 fn coord(x: i64, y: i64) -> Vec<CoordValue> {
347 vec![CoordValue::Int64(x), CoordValue::Int64(y)]
348 }
349
350 fn put(c: Vec<CoordValue>, a: Vec<CellValue>, sys: i64, vf: i64, vu: i64, lsn: u64) -> PutCell {
351 PutCell {

Calls

no outgoing calls