MCPcopy 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

37fn log_step(label: &str) {
38 println!("{COLOR_BLUE}🔧 {label}...{COLOR_RESET}");
39}
40
41fn log_done(label: &str) {
42 println!("{COLOR_GREEN}✅ {label}{COLOR_RESET}");
43}
44

Callers 15

new_script_commandFunction · 0.85
bench_commandFunction · 0.85
doctor_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

Calls

no outgoing calls

Tested by 1

test_commandFunction · 0.68