MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / ArchiveSessionRequest

Class ArchiveSessionRequest

crates/opencode-server/src/routes.rs:535–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533
534#[derive(Debug, Deserialize)]
535pub struct ArchiveSessionRequest {
536 pub archive: Option<bool>,
537}
538
539async fn archive_session(
540 State(state): State<Arc<ServerState>>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected