(&self, offset: u64)
| 103 | } |
| 104 | |
| 105 | fn offset_writable(&self, offset: u64) -> bool { |
| 106 | self.offset_valid(offset) |
| 107 | } |
| 108 | |
| 109 | fn offset_executable(&self, offset: u64) -> bool { |
| 110 | self.offset_valid(offset) |
nothing calls this directly
no test coverage detected