Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ log_step
Function
log_step
perro_source/devtools/perro_cli/src/main.rs:35–37 ·
view source on GitHub ↗
(label: &str)
Source
from the content-addressed store, hash-verified
33
const COLOR_BLUE: &str =
"\x1b[94m"
;
34
const COLOR_GREEN: &str =
"\x1b[92m"
;
35
const COLOR_YELLOW: &str =
"\x1b[93m"
;
36
37
fn log_step(label: &str) {
38
println!(
"{COLOR_BLUE}🔧 {label}...{COLOR_RESET}"
);
39
}
40
Callers
15
new_script_command
Function · 0.85
bench_command
Function · 0.85
mem_profile_command
Function · 0.85
flamegraph_command
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
project_command
Function · 0.85
build_web_command
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_command
Function · 0.68