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

Method new

src/detector/memory/invalid_free.rs:36–38  ·  view source on GitHub ↗
(tcx: TyCtxt<'tcx>)

Source from the content-addressed store, hash-verified

34
35impl<'tcx> InvalidFreeDetector<'tcx> {
36 pub fn new(tcx: TyCtxt<'tcx>) -> Self {
37 Self { tcx }
38 }
39
40 pub fn detect(
41 &self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected