MCPcopy Create free account
hub / github.com/PerroEngine/Perro / log_note

Function log_note

perro_source/devtools/perro_cli/src/main.rs:43–45  ·  view source on GitHub ↗
(label: &str)

Source from the content-addressed store, hash-verified

41fn log_done(label: &str) {
42 println!("{COLOR_GREEN}✅ {label}{COLOR_RESET}");
43}
44
45fn log_note(label: &str) {
46 println!("{COLOR_YELLOW}🚀 {label}{COLOR_RESET}");
47}
48

Callers 13

bench_commandFunction · 0.85
mem_profile_commandFunction · 0.85
clean_commandFunction · 0.85
dev_commandFunction · 0.85
format_commandFunction · 0.85
clippy_commandFunction · 0.85
dev_android_commandFunction · 0.85
dev_web_commandFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_commandFunction · 0.68