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

Method Eval

interpreter/interpretable.go:652–654  ·  view source on GitHub ↗

Eval implements the Interpretable interface method.

(ctx Activation)

Source from the content-addressed store, hash-verified

650
651// Eval implements the Interpretable interface method.
652func (bin *evalBinary) Eval(ctx Activation) ref.Val {
653 return bin.Exec(AsFrame(ctx))
654}
655
656// Function implements the InterpretableCall interface method.
657func (bin *evalBinary) Function() string {

Callers

nothing calls this directly

Calls 2

ExecMethod · 0.95
AsFrameFunction · 0.85

Tested by

no test coverage detected