MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / build_hasher

Method build_hasher

nodedb/src/engine/kv/hash_helpers.rs:21–23  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

19impl BuildHasher for FxBuildHasher {
20 type Hasher = FxHasher;
21 fn build_hasher(&self) -> FxHasher {
22 FxHasher { hash: 0 }
23 }
24}
25
26struct FxHasher {

Callers 6

hash_field_bytesFunction · 0.80
hash_field_bytes_withFunction · 0.80
hash_join_keyFunction · 0.80
hash_keyFunction · 0.80
hash_string_maskedFunction · 0.80
hash_string_moduloFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected