| 740 | } |
| 741 | |
| 742 | type evalList struct { |
| 743 | id int64 |
| 744 | elems []InterpretableV2 |
| 745 | optionals []bool |
| 746 | hasOptionals bool |
| 747 | adapter types.Adapter |
| 748 | } |
| 749 | |
| 750 | // ID implements the Interpretable interface method. |
| 751 | func (l *evalList) ID() int64 { |
nothing calls this directly
no outgoing calls
no test coverage detected