Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ project_rejects_out_of_range
Function
project_rejects_out_of_range
nodedb-array/src/query/project.rs:127–131 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
125
126
#[test]
127
fn project_rejects_out_of_range() {
128
let t = tile();
129
let p = Projection::new(vec![5]);
130
assert!(project_sparse(&t, &p).is_err());
131
}
132
}
Callers
nothing calls this directly
Calls
1
tile
Function · 0.70
Tested by
no test coverage detected