| 612 | } |
| 613 | |
| 614 | type UnaryOperation struct { |
| 615 | Op Operator |
| 616 | Expression FieldExpression |
| 617 | } |
| 618 | |
| 619 | func newUnaryOperation(op Operator, e FieldExpression) FieldExpression { |
| 620 | unop := UnaryOperation{ |
nothing calls this directly
no outgoing calls
no test coverage detected