| 513 | } |
| 514 | |
| 515 | type evalZeroArity struct { |
| 516 | id int64 |
| 517 | function string |
| 518 | overload string |
| 519 | impl functions.FunctionOp |
| 520 | } |
| 521 | |
| 522 | // ID implements the Interpretable interface method. |
| 523 | func (zero *evalZeroArity) ID() int64 { |
nothing calls this directly
no outgoing calls
no test coverage detected