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

Method config

crates/opencode-config/src/loader.rs:246–248  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

244 }
245
246 pub fn config(&self) -> &Config {
247 &self.config
248 }
249
250 pub fn config_paths(&self) -> &[PathBuf] {
251 &self.config_paths

Calls

no outgoing calls