| 125 | |
| 126 | #[derive(Debug, Clone)] |
| 127 | pub struct SearchQuery { |
| 128 | pub query: String, |
| 129 | pub expected_name: Option<String>, |
| 130 | pub is_needle: bool, |
| 131 | } |
| 132 | |
| 133 | // ── Generator ───────────────────────────────────────────────────────── |
| 134 |
nothing calls this directly
no outgoing calls
no test coverage detected