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

Method warn

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

Source from the content-addressed store, hash-verified

427 self.issues += 1;
428 }
429 pub fn warn(&mut self, msg: &str) {
430 eprintln!(" \x1b[33m!\x1b[0m {msg}");
431 self.warnings += 1;
432 }
433 pub fn info(&self, msg: &str) {
434 eprintln!(" {msg}");
435 }

Callers 15

run_doctorFunction · 0.80
check_databaseFunction · 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