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

Method finish

src/detector/memory/mod.rs:91–93  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

89 }
90
91 fn finish(self) -> Vec<(Location, Place<'tcx>)> {
92 self.drop_locations
93 }
94}
95
96impl<'tcx> Visitor<'tcx> for AutoDropCollector<'tcx> {

Callers 2

collect_dropsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected