Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Callers
3
test_load_project_finds_and_merges_parent_configs
Function · 0.80
test_load_project_stops_at_git_root
Function · 0.80
test_load_project_finds_up_dot_opencode_configs
Function · 0.80
Calls
no outgoing calls
Tested by
3
test_load_project_finds_and_merges_parent_configs
Function · 0.64
test_load_project_stops_at_git_root
Function · 0.64
test_load_project_finds_up_dot_opencode_configs
Function · 0.64