| 439 | |
| 440 | #[derive(Deserialize)] |
| 441 | struct ImplementationQuery { |
| 442 | symbol: String, |
| 443 | file: String, |
| 444 | } |
| 445 | |
| 446 | async fn get_implementation( |
| 447 | State(state): State<AppState>, |
nothing calls this directly
no outgoing calls
no test coverage detected