()
| 99 | return (*string)(&union.CommandType) |
| 100 | } |
| 101 | func (union *Command) Normalize() error { |
| 102 | return normalizeUnion(union, commandVisitorType) |
| 103 | } |
| 104 | func (union *Command) Simplify() { |
| 105 | simplifyUnion(union, commandVisitorType) |
| 106 | } |
nothing calls this directly
no test coverage detected