| 378 | |
| 379 | #[derive(Deserialize)] |
| 380 | struct SymbolSearchQuery { |
| 381 | q: String, |
| 382 | limit: Option<usize>, |
| 383 | file: Option<String>, |
| 384 | } |
| 385 | |
| 386 | async fn search_symbols( |
| 387 | State(state): State<AppState>, |
nothing calls this directly
no outgoing calls
no test coverage detected