MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / test_kernel_main

Function test_kernel_main

kernel/src/lib.rs:85–89  ·  view source on GitHub ↗
(_boot_info: &'static BootInfo)

Source from the content-addressed store, hash-verified

83
84#[cfg(test)]
85fn test_kernel_main(_boot_info: &'static BootInfo) -> ! {
86 init();
87 test_main();
88 hlt_loop();
89}
90
91// our panic handler in test mode
92#[cfg(test)]

Callers

nothing calls this directly

Calls 2

hlt_loopFunction · 0.85
initFunction · 0.70

Tested by

no test coverage detected