| 475 | } |
| 476 | |
| 477 | type evalNe struct { |
| 478 | id int64 |
| 479 | lhs InterpretableV2 |
| 480 | rhs InterpretableV2 |
| 481 | } |
| 482 | |
| 483 | // ID implements the Interpretable interface method. |
| 484 | func (ne *evalNe) ID() int64 { |
nothing calls this directly
no outgoing calls
no test coverage detected