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

Struct StructD

cmp/internal/teststructs/structs.go:15–15  ·  view source on GitHub ↗

Equal method (with interface argument) on value receiver

Source from the content-addressed store, hash-verified

13 StructB struct{ X string } // Equal method on pointer receiver
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected