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

Method error

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

Source from the content-addressed store, hash-verified

48 }
49
50 fn error(&mut self, msg: String) {
51 self.errors += 1;
52 self.messages.push(format!("err: {msg}"));
53 }
54
55 fn print(&self) {
56 for msg in &self.messages {

Callers 8

parseMethod · 0.80
validate_projectFunction · 0.80
boot.jsFile · 0.80
__wbg_get_importsFunction · 0.80
boot.jsFile · 0.80
__wbg_get_importsFunction · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected