| 550 | } |
| 551 | |
| 552 | type evalUnary struct { |
| 553 | id int64 |
| 554 | function string |
| 555 | overload string |
| 556 | arg InterpretableV2 |
| 557 | trait int |
| 558 | impl functions.UnaryOp |
| 559 | nonStrict bool |
| 560 | } |
| 561 | |
| 562 | // ID implements the Interpretable interface method. |
| 563 | func (un *evalUnary) ID() int64 { |
nothing calls this directly
no outgoing calls
no test coverage detected