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

Enum AppState

crates/opencode-tui/src/app/state.rs:2–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#[derive(Clone, Debug, Default, PartialEq, Eq)]
2pub enum AppState {
3 #[default]
4 Running,
5 Exiting,
6 PromptFocused,
7 DialogOpen,
8 CommandPalette,
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected