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

Method healthcheck

src/agents/roo_code.rs:63–66  ·  view source on GitHub ↗
(&self, dc: &mut DoctorCounters, ctx: &HealthcheckContext)

Source from the content-addressed store, hash-verified

61 }
62
63 fn healthcheck(&self, dc: &mut DoctorCounters, ctx: &HealthcheckContext) {
64 eprintln!("\n\x1b[1mRoo Code integration\x1b[0m");
65 doctor_check_settings(dc, &ctx.home);
66 }
67
68 fn is_detected(&self, home: &Path) -> bool {
69 roo_ext_dir(home).is_dir()

Callers

nothing calls this directly

Calls 1

doctor_check_settingsFunction · 0.70

Tested by

no test coverage detected