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

Function panic

tests/stackoverflow.rs:56–59  ·  view source on GitHub ↗
(info: &PanicInfo)

Source from the content-addressed store, hash-verified

54
55#[panic_handler]
56fn panic(info: &PanicInfo) -> !
57{
58 libertyos_kernel::test_panic_handler(info)
59}

Callers

nothing calls this directly

Calls 1

test_panic_handlerFunction · 0.85

Tested by

no test coverage detected