MCPcopy
hub / github.com/tinode/chat / Hash

FuncType Hash

server/ringhash/ringhash.go:16–16  ·  view source on GitHub ↗

Hash is a signature of a hash function used by the package.

func(data []byte) uint32

Source from the content-addressed store, hash-verified

14
15// Hash is a signature of a hash function used by the package.
16type Hash func(data []byte) uint32
17
18type elem struct {
19 key string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…