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

Function skip_float64

nodedb-query/src/msgpack_scan/reader.rs:481–484  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

479
480 #[test]
481 fn skip_float64() {
482 let buf = encode(&json!(9.81));
483 assert_eq!(skip_value(&buf, 0), Some(buf.len()));
484 }
485
486 #[test]
487 fn skip_string() {

Callers

nothing calls this directly

Calls 1

encodeFunction · 0.70

Tested by

no test coverage detected