Eval implements the Interpretable interface method.
(activation cel.Activation)
| 239 | |
| 240 | // Eval implements the Interpretable interface method. |
| 241 | func (b *dynamicBlock) Eval(activation cel.Activation) ref.Val { |
| 242 | return b.Exec(interpreter.AsFrame(activation)) |
| 243 | } |
| 244 | |
| 245 | func (b *dynamicBlock) clearSlots(sa *dynamicSlotActivation) { |
| 246 | sa.reset() |