Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendudson/EuraliOS
/ panic
Function
panic
kernel/src/lib.rs:94–96 ·
view source on GitHub ↗
(info: &PanicInfo)
Source
from the content-addressed store, hash-verified
92
#[cfg(test)]
93
#[panic_handler]
94
fn panic(info: &PanicInfo) -> ! {
95
test_panic_handler(info)
96
}
97
98
// To exit QEMU
99
Callers
nothing calls this directly
Calls
1
test_panic_handler
Function · 0.85
Tested by
no test coverage detected