MCPcopy Create free account
hub / github.com/google/go-cmp / InterfaceA

Method InterfaceA

cmp/internal/teststructs/structs.go:82–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80func (x *StructB) Equal(y *StructB) bool { return true }
81func (x StructC) Equal(y InterfaceA) bool { return true }
82func (x StructC) InterfaceA() {}
83func (x *StructD) Equal(y InterfaceA) bool { return true }
84func (x *StructD) InterfaceA() {}
85func (x *StructE) Equal(y InterfaceA) bool { return true }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected