Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echQoQ/RustSL
/ print_message
Function
print_message
src/utils/debug.rs:10–12 ·
view source on GitHub ↗
(msg: &str)
Source
from the content-addressed store, hash-verified
8
9
#[cfg(feature =
"debug"
)]
10
pub fn print_message(msg: &str) {
11
println!(
"{}"
,msg.green());
12
}
Callers
6
exit_program
Function · 0.85
start_program
Function · 0.85
main
Function · 0.85
load_library
Function · 0.85
get_proc_address
Function · 0.85
guard_vm
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected