IDs returns the list of ids with recorded values.
()
| 22 | type EvalState interface { |
| 23 | // IDs returns the list of ids with recorded values. |
| 24 | IDs() []int64 |
| 25 | |
| 26 | // Value returns the observed value of the given expression id if found, and a nil false |
| 27 | // result if not. |
no outgoing calls