(&self, offset: u64)
| 107 | } |
| 108 | |
| 109 | fn offset_executable(&self, offset: u64) -> bool { |
| 110 | self.offset_valid(offset) |
| 111 | } |
| 112 | |
| 113 | fn offset_backed_by_file(&self, offset: u64) -> bool { |
| 114 | self.offset_valid(offset) |
nothing calls this directly
no test coverage detected