MCPcopy Create free account
hub / github.com/cel-expr/cel-go / Eval

Method Eval

interpreter/interpretable.go:375–377  ·  view source on GitHub ↗

Eval implements the Interpretable interface method.

(ctx Activation)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

ExecMethod · 0.95
AsFrameFunction · 0.85

Tested by

no test coverage detected