Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carsonpo/haystackdb
/ Query
Class
Query
src/structures/filters.rs:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
17
#[derive(Debug, Serialize, Deserialize)]
18
pub struct Query {
19
filters: Filter,
20
}
21
22
pub struct Filters {
23
pub current_indices: Vec<usize>,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected