Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeSentryAI/lockbud
/ panic_macro
Function
panic_macro
toys/panic/src/main.rs:1–3 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
fn panic_macro() {
2
panic!(
"This is a panic!"
);
3
}
4
5
fn assert_panic() {
6
let a = 10;
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected