MCPcopy 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

analyzeMethod · 0.45
get_or_insert_ptsMethod · 0.45

Calls 1

add_partial_copyMethod · 0.80

Tested by

no test coverage detected