Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aceld/zinx
/ Sum
Method
Sum
zutils/hash.go:9–9 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
7
8
type
IHash
interface
{
9
Sum(string) uint32
10
}
11
12
type
Fnv32Hash
struct
{}
Callers
2
TestFnv32
Function · 0.65
GetShard
Method · 0.65
Implementers
1
Fnv32Hash
zutils/hash.go
Calls
no outgoing calls
Tested by
1
TestFnv32
Function · 0.52