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

Struct BugD

tests/ff.go:1097–1099  ·  view source on GitHub ↗

BugD struct

Source from the content-addressed store, hash-verified

1095
1096// BugD struct
1097type BugD struct { // Same as BugA after tagging.
1098 XXX string `json:"S"`
1099}
1100
1101// BugY struct
1102// BugD's tagged S field should dominate BugA's.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected