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

Method points_to_map

src/analysis/pointsto/mod.rs:1061–1063  ·  view source on GitHub ↗
(&self, def_id: DefId)

Source from the content-addressed store, hash-verified

1059 self.pts.get(&def_id)
1060 }
1061}
1062
1063/// Check if p1 and p2 point to the same Constant.
1064/// Return true
1065/// if exists a1 in pts(p1) and a1 is Constant(c1) and
1066/// exists a2 in pts(p2) and a2 is Constant(c2) and

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected