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

Function panic

kernel/tests/heap_allocation.rs:24–26  ·  view source on GitHub ↗
(info: &PanicInfo)

Source from the content-addressed store, hash-verified

22
23#[panic_handler]
24fn panic(info: &PanicInfo) -> ! {
25 blog_os::test_panic_handler(info)
26}
27
28// Tests
29

Callers

nothing calls this directly

Calls 1

test_panic_handlerFunction · 0.85

Tested by

no test coverage detected