MCPcopy Create free account
hub / github.com/PerroEngine/Perro / warn

Method warn

perro_source/devtools/perro_cli/src/doctor.rs:44–48  ·  view source on GitHub ↗
(&mut self, msg: String)

Source from the content-addressed store, hash-verified

42
43impl ValidationReport {
44 fn warn(&mut self, msg: String) {
45 self.warnings += 1;
46 self.messages
47 .push(format!("{COLOR_YELLOW}[WARN]{COLOR_RESET} {msg}"));
48 }
49
50 fn error(&mut self, msg: String) {
51 self.errors += 1;

Callers 13

validate_signal_emitsFunction · 0.80
__wbg_loadFunction · 0.80
initSyncFunction · 0.80
__wbg_initFunction · 0.80
__wbg_loadFunction · 0.80
initSyncFunction · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected