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

Method Eval

interpreter/interpretable.go:452–454  ·  view source on GitHub ↗

Eval implements the Interpretable interface method.

(ctx Activation)

Source from the content-addressed store, hash-verified

450
451// Eval implements the Interpretable interface method.
452func (eq *evalEq) Eval(ctx Activation) ref.Val {
453 return eq.Exec(AsFrame(ctx))
454}
455
456// Function implements the InterpretableCall interface method.
457func (*evalEq) Function() string {

Callers

nothing calls this directly

Calls 2

ExecMethod · 0.95
AsFrameFunction · 0.85

Tested by

no test coverage detected