Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parse
Method · 0.80
parse_variant_derive_options
Function · 0.80
validate_project
Function · 0.80
validate_named_virtual_ref
Function · 0.80
boot.js
File · 0.80
__wbg_get_imports
Function · 0.80
boot.js
File · 0.80
__wbg_get_imports
Function · 0.80
Calls
1
push
Method · 0.45
Tested by
no test coverage detected