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

Method Eval

interpreter/interpretable.go:971–973  ·  view source on GitHub ↗

Eval implements the Interpretable interface method.

(ctx Activation)

Source from the content-addressed store, hash-verified

969
970// Eval implements the Interpretable interface method.
971func (fold *evalFold) Eval(ctx Activation) ref.Val {
972 return fold.Exec(AsFrame(ctx))
973}
974
975// Optional Interpretable implementations that specialize, subsume, or extend the core evaluation
976// plan via decorators.

Callers

nothing calls this directly

Calls 2

ExecMethod · 0.95
AsFrameFunction · 0.85

Tested by

no test coverage detected