Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
impl<
'tcx> Visitor<'
tcx> for AutoDropCollector<'tcx> {
Callers
2
collect_drops
Method · 0.45
detect_caller_callsites
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected