| 551 | |
| 552 | #[derive(Deserialize)] |
| 553 | struct PeekQuery { |
| 554 | file: String, |
| 555 | start: Option<usize>, |
| 556 | end: Option<usize>, |
| 557 | } |
| 558 | |
| 559 | async fn peek( |
| 560 | State(state): State<AppState>, |
nothing calls this directly
no outgoing calls
no test coverage detected