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

Function unsigned_int

nodedb/src/engine/timeseries/ilp.rs:266–269  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264
265 #[test]
266 fn unsigned_int() {
267 let line = parse_line("disk bytes_free=1024u 1000").unwrap();
268 assert_eq!(line.fields[0], ("bytes_free", FieldValue::UInt(1024)));
269 }
270
271 #[test]
272 fn tags_sorted() {

Callers

nothing calls this directly

Calls 1

parse_lineFunction · 0.85

Tested by

no test coverage detected