MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / primary_config_path

Method primary_config_path

src/agents/roo_code.rs:72–74  ·  view source on GitHub ↗
(&self, home: &Path)

Source from the content-addressed store, hash-verified

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");

Callers

nothing calls this directly

Calls 1

roo_ext_dirFunction · 0.85

Tested by

no test coverage detected