MCPcopy Create free account
hub / github.com/echQoQ/RustSL / start_program

Function start_program

src/main.rs:29–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29fn start_program() {
30 obfuscation_noise_macro!();
31 #[cfg(feature = "debug")]
32 print_message("RSL started in debug mode.");
33
34 #[cfg(feature = "veh_syscall")]
35 rust_veh_syscalls::initialize_hooks();
36}
37
38fn main() {
39 start_program();

Callers 1

mainFunction · 0.85

Calls 2

print_messageFunction · 0.85
initialize_hooksFunction · 0.85

Tested by

no test coverage detected