MCPcopy 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
24fn 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_macroFunction · 0.85
assert_panicFunction · 0.85
unwrap_panicFunction · 0.85
expect_panicFunction · 0.85
no_panic_fpFunction · 0.85

Tested by

no test coverage detected