MCPcopy 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
8type IHash interface {
9 Sum(string) uint32
10}
11
12type Fnv32Hash struct{}

Callers 2

TestFnv32Function · 0.65
GetShardMethod · 0.65

Implementers 1

Fnv32Hashzutils/hash.go

Calls

no outgoing calls

Tested by 1

TestFnv32Function · 0.52