Returns the maximum valid cluster offset in the raw file for this refcount table.
(&self)
| 101 | |
| 102 | /// Returns the maximum valid cluster offset in the raw file for this refcount table. |
| 103 | pub fn max_valid_cluster_offset(&self) -> u64 { |
| 104 | self.max_valid_cluster_offset |
| 105 | } |
| 106 | |
| 107 | /// Returns `NeedNewCluster` if a new cluster needs to be allocated for refcounts. If an |
| 108 | /// existing cluster needs to be read, `NeedCluster(addr)` is returned. The Caller should |
no outgoing calls
no test coverage detected