MCPcopy 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)]
18pub struct Query {
19 filters: Filter,
20}
21
22pub struct Filters {
23 pub current_indices: Vec<usize>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected