MCPcopy Create free account
hub / github.com/pquerna/ffjson / BugX

Struct BugX

tests/ff.go:1090–1094  ·  view source on GitHub ↗

BugX struct Legal Go: We never use the repeated embedded field (S).

Source from the content-addressed store, hash-verified

1088// BugX struct
1089// Legal Go: We never use the repeated embedded field (S).
1090type BugX struct {
1091 A int
1092 BugA
1093 BugB
1094}
1095
1096// BugD struct
1097type BugD struct { // Same as BugA after tagging.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected