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

Method new

src/detector/memory/mod.rs:85–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83
84impl<'tcx> AutoDropCollector<'tcx> {
85 fn new() -> Self {
86 Self {
87 drop_locations: Vec::new(),
88 }
89 }
90
91 fn finish(self) -> Vec<(Location, Place<'tcx>)> {
92 self.drop_locations

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected