Value returns the observed value of the given expression id if found, and a nil false result if not.
(int64)
| 26 | // Value returns the observed value of the given expression id if found, and a nil false |
| 27 | // result if not. |
| 28 | Value(int64) (ref.Val, bool) |
| 29 | |
| 30 | // SetValue sets the observed value of the expression id. |
| 31 | SetValue(int64, ref.Val) |
no outgoing calls