MCPcopy
hub / github.com/google/go-cmp / InterfaceA

Interface InterfaceA

cmp/internal/teststructs/structs.go:7–9  ·  cmp/internal/teststructs/structs.go::InterfaceA

Source from the content-addressed store, hash-verified

5package teststructs
6
7type InterfaceA interface {
8 InterfaceA()
9}
10
11type (
12 StructA struct{ X string } // Equal method on value receiver

Callers

nothing calls this directly

Implementers 4

StructCcmp/internal/teststructs/structs.go
StructDcmp/internal/teststructs/structs.go
StructEcmp/internal/teststructs/structs.go
StructFcmp/internal/teststructs/structs.go

Calls

no outgoing calls

Tested by

no test coverage detected