Eval implements the Interpretable interface method.
(ctx Activation)
| 255 | |
| 256 | // Eval implements the Interpretable interface method. |
| 257 | func (test *evalTestOnly) Eval(ctx Activation) ref.Val { |
| 258 | return test.Exec(AsFrame(ctx)) |
| 259 | } |
| 260 | |
| 261 | // AddQualifier appends a qualifier that will always and only perform a presence test. |
| 262 | func (test *evalTestOnly) AddQualifier(q Qualifier) (Attribute, error) { |