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

Struct StructF

cmp/internal/teststructs/structs.go:17–17  ·  cmp/internal/teststructs/structs.go::StructF

Equal method (with interface argument on value receiver) on pointer receiver

Source from the content-addressed store, hash-verified

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.
20 StructA1 struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected