(&self, offset: u64)
| 99 | } |
| 100 | |
| 101 | fn offset_readable(&self, offset: u64) -> bool { |
| 102 | self.offset_valid(offset) |
| 103 | } |
| 104 | |
| 105 | fn offset_writable(&self, offset: u64) -> bool { |
| 106 | self.offset_valid(offset) |
nothing calls this directly
no test coverage detected