MCPcopy
hub / github.com/golang/go / KeyType

Interface KeyType

test/hashmap.go:22–25  ·  view source on GitHub ↗

---------------------------------------------------------------------------- Implementation of the HashMap

Source from the content-addressed store, hash-verified

20// Implementation of the HashMap
21
22type KeyType interface {
23 Hash() uint32
24 Match(other KeyType) bool
25}
26
27
28type ValueType interface {

Callers 9

ProbeMethod · 0.65
ProbeMethod · 0.65
matchTestFunction · 0.65
MatchFunction · 0.65
addFileMethod · 0.65

Implementers 1

Numbertest/hashmap.go

Calls

no outgoing calls

Tested by

no test coverage detected