| 836 | |
| 837 | #[derive(Deserialize)] |
| 838 | struct PeekBufferQuery { |
| 839 | start: Option<usize>, |
| 840 | end: Option<usize>, |
| 841 | } |
| 842 | |
| 843 | async fn peek_buffer( |
| 844 | State(state): State<AppState>, |
nothing calls this directly
no outgoing calls
no test coverage detected