(&self)
| 427 | /// bidirectional lookup between hash indices and full 32-byte hashes. |
| 428 | #[inline] |
| 429 | pub fn hash_table(&self) -> &HashDedupTable { |
| 430 | &self.hash_table |
| 431 | } |
| 432 | |
| 433 | /// Returns the current reader statistics. |
| 434 | #[inline] |
no outgoing calls