Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
fn log_done(label: &str) {
42
println!(
"{COLOR_GREEN}✅ {label}{COLOR_RESET}"
);
43
}
44
45
fn log_note(label: &str) {
46
println!(
"{COLOR_YELLOW}🚀 {label}{COLOR_RESET}"
);
47
}
48
Callers
13
bench_command
Function · 0.85
mem_profile_command
Function · 0.85
maybe_relaunch_flamegraph_as_admin
Function · 0.85
ensure_cargo_flamegraph_installed
Function · 0.85
clean_command
Function · 0.85
dev_command
Function · 0.85
format_command
Function · 0.85
clippy_command
Function · 0.85
dev_android_command
Function · 0.85
ensure_rust_target_installed
Function · 0.85
ensure_cargo_apk_installed
Function · 0.85
dev_web_command
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_command
Function · 0.68