(&self, home: &Path)
| 70 | } |
| 71 | |
| 72 | fn primary_config_path(&self, home: &Path) -> Option<PathBuf> { |
| 73 | Some(roo_ext_dir(home).join("settings/cline_mcp_settings.json")) |
| 74 | } |
| 75 | |
| 76 | fn has_tracedecay(&self, home: &Path) -> bool { |
| 77 | let settings_path = roo_ext_dir(home).join("settings/cline_mcp_settings.json"); |
nothing calls this directly
no test coverage detected