| 352 | |
| 353 | #[derive(Deserialize)] |
| 354 | struct SymbolListQuery { |
| 355 | kind: Option<String>, |
| 356 | file: Option<String>, |
| 357 | limit: Option<usize>, |
| 358 | } |
| 359 | |
| 360 | async fn list_symbols( |
| 361 | State(state): State<AppState>, |
nothing calls this directly
no outgoing calls
no test coverage detected