Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeSentryAI/lockbud
/ main
Function
main
toys/panic/src/main.rs:24–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
fn main() {
25
panic_macro();
26
assert_panic();
27
unwrap_panic();
28
expect_panic();
29
no_panic_fp();
30
}
Callers
nothing calls this directly
Calls
5
panic_macro
Function · 0.85
assert_panic
Function · 0.85
unwrap_panic
Function · 0.85
expect_panic
Function · 0.85
no_panic_fp
Function · 0.85
Tested by
no test coverage detected