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

Function write_f64

nodedb-spatial/src/wkb.rs:141–143  ·  view source on GitHub ↗
(buf: &mut Vec<u8>, val: f64)

Source from the content-addressed store, hash-verified

139}
140
141fn write_f64(buf: &mut Vec<u8>, val: f64) {
142 buf.extend_from_slice(&val.to_le_bytes());
143}
144
145// ── Read helpers ──
146

Callers 1

write_geometryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected