Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendudson/EuraliOS
/ panic
Function
panic
kernel/tests/interrupt_wrap.rs:63–65 ·
view source on GitHub ↗
(info: &PanicInfo)
Source
from the content-addressed store, hash-verified
61
62
#[panic_handler]
63
fn panic(info: &PanicInfo) -> ! {
64
blog_os::test_panic_handler(info)
65
}
66
67
// Tests
68
Callers
nothing calls this directly
Calls
1
test_panic_handler
Function · 0.85
Tested by
no test coverage detected