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

Method fail

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

Source from the content-addressed store, hash-verified

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;
428 }
429 pub fn warn(&mut self, msg: &str) {
430 eprintln!(" \x1b[33m!\x1b[0m {msg}");
431 self.warnings += 1;

Callers 15

run_doctorFunction · 0.80
check_databaseFunction · 0.80
check_binaryFunction · 0.80
check_global_dbFunction · 0.80
check_user_configFunction · 0.80
doctor_check_settingsFunction · 0.80
doctor_check_settingsFunction · 0.80
doctor_check_cli_pluginFunction · 0.80
doctor_check_plugin_dirFunction · 0.80
doctor_check_settingsFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_doctor_countersFunction · 0.64