| 467 | |
| 468 | #[derive(Deserialize)] |
| 469 | struct TestsQuery { |
| 470 | symbol: String, |
| 471 | file: String, |
| 472 | limit: Option<usize>, |
| 473 | } |
| 474 | |
| 475 | async fn find_tests( |
| 476 | State(state): State<AppState>, |
nothing calls this directly
no outgoing calls
no test coverage detected