(&self, dc: &mut DoctorCounters, ctx: &HealthcheckContext)
| 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() |
nothing calls this directly
no test coverage detected