| 525 | } |
| 526 | |
| 527 | type evalZeroArity struct { |
| 528 | id int64 |
| 529 | function string |
| 530 | overload string |
| 531 | impl functions.FunctionOp |
| 532 | } |
| 533 | |
| 534 | // ID implements the Interpretable interface method. |
| 535 | func (zero *evalZeroArity) ID() int64 { |
nothing calls this directly
no outgoing calls
no test coverage detected