MCPcopy 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

33const COLOR_BLUE: &str = "\x1b[94m";
34const COLOR_GREEN: &str = "\x1b[92m";
35const COLOR_YELLOW: &str = "\x1b[93m";
36
37fn log_step(label: &str) {
38 println!("{COLOR_BLUE}🔧 {label}...{COLOR_RESET}");
39}
40

Callers 15

new_script_commandFunction · 0.85
bench_commandFunction · 0.85
mem_profile_commandFunction · 0.85
flamegraph_commandFunction · 0.85
clean_commandFunction · 0.85
scripts_commandFunction · 0.85
dlc_commandFunction · 0.85
dev_commandFunction · 0.85
format_commandFunction · 0.85
clippy_commandFunction · 0.85
project_commandFunction · 0.85
build_web_commandFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_commandFunction · 0.68