| 425 | } |
| 426 | |
| 427 | type evalEq struct { |
| 428 | id int64 |
| 429 | lhs InterpretableV2 |
| 430 | rhs InterpretableV2 |
| 431 | } |
| 432 | |
| 433 | // ID implements the Interpretable interface method. |
| 434 | func (eq *evalEq) ID() int64 { |
nothing calls this directly
no outgoing calls
no test coverage detected