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

Enum AutoUpdateMode

crates/opencode-config/src/schema.rs:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121#[derive(Debug, Clone, Serialize, Deserialize)]
122#[serde(untagged)]
123pub enum AutoUpdateMode {
124 Boolean(bool),
125 Notify(String),
126}
127
128#[derive(Debug, Clone, Serialize, Deserialize, Default)]
129pub struct KeybindsConfig {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected