Look up a jump table entity.
(&self, jt: JumpTable)
| 60 | |
| 61 | /// Look up a jump table entity. |
| 62 | pub fn contains_jt(&self, jt: JumpTable) -> bool { |
| 63 | self.locations.contains_key(&jt.into()) |
| 64 | } |
| 65 | |
| 66 | /// Look up a constant entity. |
| 67 | pub fn contains_constant(&self, c: Constant) -> bool { |
no test coverage detected