()
| 51 | return (*string)(&union.ComponentType) |
| 52 | } |
| 53 | func (union *Component) Normalize() error { |
| 54 | return normalizeUnion(union, componentVisitorType) |
| 55 | } |
| 56 | func (union *Component) Simplify() { |
| 57 | simplifyUnion(union, componentVisitorType) |
| 58 | } |
nothing calls this directly
no test coverage detected