(&self, offset: u64)
| 247 | } |
| 248 | |
| 249 | fn offset_has_code_semantics(&self, offset: u64) -> bool { |
| 250 | unsafe { BNIsOffsetCodeSemantics(self.as_ref().handle, offset) } |
| 251 | } |
| 252 | |
| 253 | fn offset_has_writable_semantics(&self, offset: u64) -> bool { |
| 254 | unsafe { BNIsOffsetWritableSemantics(self.as_ref().handle, offset) } |
nothing calls this directly
no test coverage detected