| 233 | } |
| 234 | |
| 235 | type unionBuilder struct { |
| 236 | typ *super.TypeUnion |
| 237 | values []Builder |
| 238 | tags []uint32 |
| 239 | } |
| 240 | |
| 241 | func newUnionBuilder(typ *super.TypeUnion) Builder { |
| 242 | var values []Builder |
nothing calls this directly
no outgoing calls
no test coverage detected