MCPcopy Create free account
hub / github.com/CodeSentryAI/lockbud / PanicDetector

Class PanicDetector

src/detector/panic/mod.rs:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115pub struct PanicDetector<'tcx> {
116 tcx: TyCtxt<'tcx>,
117 result: HashMap<(DefId, Location), (Span, Span, PanicInstance<'tcx>)>,
118}
119
120impl<'tcx> PanicDetector<'tcx> {
121 pub fn new(tcx: TyCtxt<'tcx>) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected