Eval implements the Interpretable interface method.
(vars Activation)
| 1063 | |
| 1064 | // Eval implements the Interpretable interface method. |
| 1065 | func (e *evalWatch) Eval(vars Activation) ref.Val { |
| 1066 | return e.Exec(AsFrame(vars)) |
| 1067 | } |
| 1068 | |
| 1069 | // evalWatchAttr describes a watcher of an InterpretableAttribute Interpretable. |
| 1070 | // |