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

Function attrs

nodedb/src/engine/array/memtable/tile_buffer.rs:362–364  ·  view source on GitHub ↗
(v: i64)

Source from the content-addressed store, hash-verified

360 }
361
362 fn attrs(v: i64) -> Vec<CellValue> {
363 vec![CellValue::Int64(v)]
364 }
365
366 #[test]
367 fn same_coord_different_system_times_produce_two_entries() {

Calls

no outgoing calls