| 623 | |
| 624 | #[derive(Deserialize)] |
| 625 | struct ChunkQuery { |
| 626 | file: String, |
| 627 | size: Option<usize>, |
| 628 | overlap: Option<usize>, |
| 629 | } |
| 630 | |
| 631 | async fn chunk_indices( |
| 632 | State(state): State<AppState>, |
nothing calls this directly
no outgoing calls
no test coverage detected