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

Method InterfaceA

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

Source from the content-addressed store, hash-verified

86func (x StructE) InterfaceA() {}
87func (x StructF) Equal(y InterfaceA) bool { return true }
88func (x *StructF) InterfaceA() {}
89func (x StructNo) Equal(y InterfaceA) bool { return true }
90
91func (x AssignA) Equal(y func() int) bool { return true }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected