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

Method healthcheck

src/agents/opencode.rs:87–91  ·  view source on GitHub ↗
(&self, dc: &mut DoctorCounters, ctx: &HealthcheckContext)

Source from the content-addressed store, hash-verified

85 }
86
87 fn healthcheck(&self, dc: &mut DoctorCounters, ctx: &HealthcheckContext) {
88 eprintln!("\n\x1b[1mOpenCode integration\x1b[0m");
89 doctor_check_config(dc, &ctx.home);
90 doctor_check_prompt(dc, &ctx.home);
91 }
92
93 fn is_detected(&self, home: &Path) -> bool {
94 home.join(".config").join("opencode").is_dir()

Callers

nothing calls this directly

Calls 2

doctor_check_configFunction · 0.70
doctor_check_promptFunction · 0.70

Tested by

no test coverage detected