Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ skip_string
Function
skip_string
nodedb-query/src/msgpack_scan/reader.rs:487–490 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
485
486
#[test]
487
fn skip_string() {
488
let buf = encode(&json!(
"hello"
));
489
assert_eq!(skip_value(&buf, 0), Some(buf.len()));
490
}
491
492
#[test]
493
fn skip_map() {
Callers
nothing calls this directly
Calls
1
encode
Function · 0.70
Tested by
no test coverage detected