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

Struct ParentStruct

cmp/cmpopts/util_test.go:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 privateStruct struct{ Public, private int }
52 PublicStruct struct{ Public, private int }
53 ParentStruct struct {
54 *privateStruct
55 *PublicStruct
56 Public int
57 private int
58 }
59
60 Everything struct {
61 MyInt

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected