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

Enum AuthEntry

crates/opencode-config/src/wellknown.rs:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30#[derive(Debug, Clone, Deserialize)]
31#[serde(tag = "type")]
32enum AuthEntry {
33 #[serde(rename = "wellknown")]
34 WellKnown { key: String, token: String },
35 #[serde(other)]
36 Other,
37}
38
39struct CacheEntry {
40 config: Config,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected