MCPcopy 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

1fn panic_macro() {
2 panic!("This is a panic!");
3}
4
5fn assert_panic() {
6 let a = 10;

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected