MCPcopy Create free account
hub / github.com/PolyhedraZK/ExpanderCompilerCollection / EqualI

Method EqualI

ecgo/utils/map.go:5–5  ·  view source on GitHub ↗
(Hashable)

Source from the content-addressed store, hash-verified

3type Hashable interface {
4 HashCode() uint64
5 EqualI(Hashable) bool
6}
7
8type Map map[uint64][]mapEntry

Callers 3

FindMethod · 0.80
SetMethod · 0.80
AddMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected