Returns the refcount table for this file. This is only useful for debugging.
(&self)
| 226 | |
| 227 | /// Returns the refcount table for this file. This is only useful for debugging. |
| 228 | pub fn ref_table(&self) -> &[u64] { |
| 229 | self.ref_table.get_values() |
| 230 | } |
| 231 | |
| 232 | /// Returns the refcounts stored in the given block. |
| 233 | pub fn refcount_block( |
nothing calls this directly
no test coverage detected