(op Operator, lhs, rhs SpansetExpression)
| 402 | } |
| 403 | |
| 404 | func newSpansetOperation(op Operator, lhs, rhs SpansetExpression) SpansetOperation { |
| 405 | return SpansetOperation{ |
| 406 | Op: op, |
| 407 | LHS: lhs, |
| 408 | RHS: rhs, |
| 409 | } |
| 410 | } |
| 411 | |
| 412 | // nolint: revive |
| 413 | func (SpansetOperation) __spansetExpression() {} |
no outgoing calls