(&self, home: &Path)
| 95 | } |
| 96 | |
| 97 | fn primary_config_path(&self, home: &Path) -> Option<std::path::PathBuf> { |
| 98 | Some(opencode_config_path(home)) |
| 99 | } |
| 100 | |
| 101 | fn has_tracedecay(&self, home: &Path) -> bool { |
| 102 | let config_path = opencode_config_path(home); |
nothing calls this directly
no test coverage detected