(&self, def_id: DefId)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected