| 469 | } |
| 470 | |
| 471 | type evalNe struct { |
| 472 | id int64 |
| 473 | lhs InterpretableV2 |
| 474 | rhs InterpretableV2 |
| 475 | } |
| 476 | |
| 477 | // ID implements the Interpretable interface method. |
| 478 | func (ne *evalNe) ID() int64 { |
nothing calls this directly
no outgoing calls
no test coverage detected