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

Method pass

src/agents/mod.rs:422–424  ·  view source on GitHub ↗
(&self, msg: &str)

Source from the content-addressed store, hash-verified

420 Self::default()
421 }
422 pub fn pass(&self, msg: &str) {
423 eprintln!(" \x1b[32m✔\x1b[0m {msg}");
424 }
425 pub fn fail(&mut self, msg: &str) {
426 eprintln!(" \x1b[31m✘\x1b[0m {msg}");
427 self.issues += 1;

Callers 15

run_doctorFunction · 0.80
check_databaseFunction · 0.80
check_binaryFunction · 0.80
check_global_dbFunction · 0.80
check_stale_storesFunction · 0.80
check_watcherFunction · 0.80
check_user_configFunction · 0.80
check_external_toolsFunction · 0.80
check_networkFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_doctor_countersFunction · 0.64