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

Method Match

test/hashmap.go:24–24  ·  view source on GitHub ↗
(other KeyType)

Source from the content-addressed store, hash-verified

22type KeyType interface {
23 Hash() uint32
24 Match(other KeyType) bool
25}
26
27

Callers 10

ProbeMethod · 0.65
matchTestFunction · 0.65
MatchFunction · 0.65
addFileMethod · 0.65
TestMatchFunction · 0.65
recvMatchMethod · 0.65

Implementers 1

Numbertest/hashmap.go

Calls

no outgoing calls

Tested by 6

matchTestFunction · 0.52
TestMatchFunction · 0.52