(&self)
| 263 | /// hash might be equal (collision) and need byte comparison. |
| 264 | #[inline] |
| 265 | pub fn hash_value(&self) -> u64 { |
| 266 | self.hash |
| 267 | } |
| 268 | |
| 269 | /// Compute the hash of content using FNV-1a algorithm. |
| 270 | /// |
no outgoing calls
no test coverage detected