Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ empty_query
Function
empty_query
nodedb/src/engine/timeseries/o3_buffer.rs:201–205 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
199
200
#[test]
201
fn empty_query() {
202
let mut buf = O3Buffer::new(100);
203
let results = buf.query_range(0, 1000);
204
assert!(results.is_empty());
205
}
206
}
Callers
nothing calls this directly
Calls
1
query_range
Method · 0.80
Tested by
no test coverage detected