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

Method is_detected

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

Source from the content-addressed store, hash-verified

66 }
67
68 fn is_detected(&self, home: &Path) -> bool {
69 roo_ext_dir(home).is_dir()
70 }
71
72 fn primary_config_path(&self, home: &Path) -> Option<PathBuf> {
73 Some(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