MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / hash_value

Method hash_value

atomic-core/src/diff/line.rs:265–267  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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 ///

Callers 1

find_unique_matchesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected