| 533 | |
| 534 | #[derive(Debug, Deserialize)] |
| 535 | pub struct ArchiveSessionRequest { |
| 536 | pub archive: Option<bool>, |
| 537 | } |
| 538 | |
| 539 | async fn archive_session( |
| 540 | State(state): State<Arc<ServerState>>, |
nothing calls this directly
no outgoing calls
no test coverage detected