| 790 | } |
| 791 | |
| 792 | type evalMap struct { |
| 793 | id int64 |
| 794 | keys []InterpretableV2 |
| 795 | vals []InterpretableV2 |
| 796 | optionals []bool |
| 797 | hasOptionals bool |
| 798 | adapter types.Adapter |
| 799 | } |
| 800 | |
| 801 | // ID implements the Interpretable interface method. |
| 802 | func (m *evalMap) ID() int64 { |
nothing calls this directly
no outgoing calls
no test coverage detected