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

Function skip_map

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

Source from the content-addressed store, hash-verified

491
492 #[test]
493 fn skip_map() {
494 let buf = encode(&json!({"a": 1, "b": 2}));
495 assert_eq!(skip_value(&buf, 0), Some(buf.len()));
496 }
497
498 #[test]
499 fn skip_nested_array() {

Callers

nothing calls this directly

Calls 1

encodeFunction · 0.70

Tested by

no test coverage detected