Returns the number of refcounts per block.
(&self)
| 96 | |
| 97 | /// Returns the number of refcounts per block. |
| 98 | pub fn refcounts_per_block(&self) -> u64 { |
| 99 | self.refcount_block_entries |
| 100 | } |
| 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 { |
no outgoing calls
no test coverage detected