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

Class PanicFinder

src/detector/panic/mod.rs:144–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144struct PanicFinder<'tcx> {
145 instance: Instance<'tcx>,
146 body: &'tcx Body<'tcx>,
147 tcx: TyCtxt<'tcx>,
148 callsites: HashMap<Location, PanicInstance<'tcx>>,
149}
150
151impl<'tcx> PanicFinder<'tcx> {
152 fn new(instance: Instance<'tcx>, tcx: TyCtxt<'tcx>) -> Option<Self> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected