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

Method Eval

interpreter/interpretable.go:508–510  ·  view source on GitHub ↗

Eval implements the Interpretable interface method.

(ctx Activation)

Source from the content-addressed store, hash-verified

506
507// Eval implements the Interpretable interface method.
508func (ne *evalNe) Eval(ctx Activation) ref.Val {
509 return ne.Exec(AsFrame(ctx))
510}
511
512// Function implements the InterpretableCall interface method.
513func (*evalNe) Function() string {

Callers

nothing calls this directly

Calls 2

ExecMethod · 0.95
AsFrameFunction · 0.85

Tested by

no test coverage detected