| 377 | } |
| 378 | |
| 379 | type evalAnd struct { |
| 380 | id int64 |
| 381 | terms []InterpretableV2 |
| 382 | } |
| 383 | |
| 384 | // ID implements the Interpretable interface method. |
| 385 | func (and *evalAnd) ID() int64 { |
nothing calls this directly
no outgoing calls
no test coverage detected