MCPcopy Create free account
hub / github.com/MarchLiu/hypatia / SearchQuery

Class SearchQuery

tests/bench_data.rs:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125
126#[derive(Debug, Clone)]
127pub struct SearchQuery {
128 pub query: String,
129 pub expected_name: Option<String>,
130 pub is_needle: bool,
131}
132
133// ── Generator ─────────────────────────────────────────────────────────
134

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected