MCPcopy 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")]
10pub fn print_message(msg: &str) {
11 println!("{}",msg.green());
12}

Callers 6

exit_programFunction · 0.85
start_programFunction · 0.85
mainFunction · 0.85
load_libraryFunction · 0.85
get_proc_addressFunction · 0.85
guard_vmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected