Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ read_f64_uint16
Function
read_f64_uint16
nodedb-query/src/msgpack_scan/reader.rs:527–530 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
525
526
#[test]
527
fn read_f64_uint16() {
528
let buf = encode(&json!(1000));
529
assert_eq!(read_f64(&buf, 0), Some(1000.0));
530
}
531
532
#[test]
533
fn read_i64_values() {
Callers
nothing calls this directly
Calls
1
encode
Function · 0.70
Tested by
no test coverage detected