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

Struct StructE

cmp/internal/teststructs/structs.go:16–16  ·  cmp/internal/teststructs/structs.go::StructE

Equal method (with interface argument) on pointer receiver

Source from the content-addressed store, hash-verified

14 StructC struct{ X string } // Equal method (with interface argument) on value receiver
15 StructD struct{ X string } // Equal method (with interface argument) on pointer receiver
16 StructE struct{ X string } // Equal method (with interface argument on value receiver) on pointer receiver
17 StructF struct{ X string } // Equal method (with interface argument on pointer receiver) on value receiver
18
19 // These embed the above types as a value.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected