Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ panic
Function
panic
tests/broken/test_sqrt.rs:26–29 ·
view source on GitHub ↗
(info: &PanicInfo)
Source
from the content-addressed store, hash-verified
24
25
#[panic_handler]
26
fn panic(info: &PanicInfo) -> !
27
{
28
libertyos_kernel::test_panic_handler(info)
29
}
30
31
32
use libertyos_kernel::println;
Callers
nothing calls this directly
Calls
1
test_panic_handler
Function · 0.85
Tested by
no test coverage detected