Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aceld/zinx
/ DefaultHash
Function
DefaultHash
zutils/hash.go:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
type
Fnv32Hash
struct
{}
13
14
func
DefaultHash() IHash {
15
return
&Fnv32Hash{}
16
}
17
18
// fnv32 algorithm
19
func
(f *Fnv32Hash) Sum(key string) uint32 {
Callers
2
NewShardLockMaps
Function · 0.85
NewShardLockMapsWithCount
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected