Look up a function entity.
(&self, fn_: FuncRef)
| 55 | |
| 56 | /// Look up a function entity. |
| 57 | pub fn contains_fn(&self, fn_: FuncRef) -> bool { |
| 58 | self.locations.contains_key(&fn_.into()) |
| 59 | } |
| 60 | |
| 61 | /// Look up a jump table entity. |
| 62 | pub fn contains_jt(&self, jt: JumpTable) -> bool { |
no test coverage detected