Hash is a signature of a hash function used by the package.
func(data []byte) uint32
| 14 | |
| 15 | // Hash is a signature of a hash function used by the package. |
| 16 | type Hash func(data []byte) uint32 |
| 17 | |
| 18 | type elem struct { |
| 19 | key string |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…