MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / test_kernmain

Function test_kernmain

src/lib.rs:245–250  ·  view source on GitHub ↗
(_bootinfo: &'static BootInfo)

Source from the content-addressed store, hash-verified

243
244#[cfg(test)]
245fn test_kernmain(_bootinfo: &'static BootInfo) -> !
246{
247 init();
248 testmain();
249 hltloop();
250}
251
252#[cfg(test)]
253#[no_mangle]

Callers

nothing calls this directly

Calls 2

hltloopFunction · 0.85
initFunction · 0.70

Tested by

no test coverage detected