Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeSentryAI/lockbud
/ finish
Method
finish
src/analysis/pointsto/mod.rs:141–143 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
139
}
140
141
pub fn finish(self) -> FxHashMap<ConstraintNode<
'tcx>, FxHashSet<ConstraintNode<'
tcx>>> {
142
self.pts
143
}
144
}
145
146
/// `ConstraintNode` represents a memory cell, denoted by `Place` in MIR.
Callers
2
analyze
Method · 0.45
get_or_insert_pts
Method · 0.45
Calls
1
add_partial_copy
Method · 0.80
Tested by
no test coverage detected