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

Method Eval

interpreter/interpretable.go:723–725  ·  view source on GitHub ↗

Eval implements the Interpretable interface method.

(ctx Activation)

Source from the content-addressed store, hash-verified

721
722// Eval implements the Interpretable interface method.
723func (fn *evalVarArgs) Eval(ctx Activation) ref.Val {
724 return fn.Exec(AsFrame(ctx))
725}
726
727// Function implements the InterpretableCall interface method.
728func (fn *evalVarArgs) Function() string {

Callers

nothing calls this directly

Calls 2

ExecMethod · 0.95
AsFrameFunction · 0.85

Tested by

no test coverage detected