Eval implements the Interpretable interface method.
(ctx Activation)
| 373 | |
| 374 | // Eval implements the Interpretable interface method. |
| 375 | func (or *evalOr) Eval(ctx Activation) ref.Val { |
| 376 | return or.Exec(AsFrame(ctx)) |
| 377 | } |
| 378 | |
| 379 | type evalAnd struct { |
| 380 | id int64 |