| 495 | |
| 496 | #[derive(Deserialize)] |
| 497 | struct CallersQuery { |
| 498 | symbol: String, |
| 499 | file: String, |
| 500 | limit: Option<usize>, |
| 501 | } |
| 502 | |
| 503 | async fn find_callers( |
| 504 | State(state): State<AppState>, |
nothing calls this directly
no outgoing calls
no test coverage detected