Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ log_done
Function
log_done
perro_source/devtools/perro_cli/src/main.rs:39–41 ·
view source on GitHub ↗
(label: &str)
Source
from the content-addressed store, hash-verified
37
fn log_step(label: &str) {
38
println!(
"{COLOR_BLUE}🔧 {label}...{COLOR_RESET}"
);
39
}
40
41
fn log_done(label: &str) {
42
println!(
"{COLOR_GREEN}✅ {label}{COLOR_RESET}"
);
43
}
44
Callers
15
new_script_command
Function · 0.85
bench_command
Function · 0.85
doctor_command
Function · 0.85
mem_profile_command
Function · 0.85
flamegraph_command
Function · 0.85
ensure_cargo_flamegraph_installed
Function · 0.85
clean_command
Function · 0.85
scripts_command
Function · 0.85
dlc_command
Function · 0.85
dev_command
Function · 0.85
format_command
Function · 0.85
clippy_command
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_command
Function · 0.68