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

Method Eval

interpreter/interpretable.go:601–603  ·  view source on GitHub ↗

Eval implements the Interpretable interface method.

(ctx Activation)

Source from the content-addressed store, hash-verified

599
600// Eval implements the Interpretable interface method.
601func (un *evalUnary) Eval(ctx Activation) ref.Val {
602 return un.Exec(AsFrame(ctx))
603}
604
605// Function implements the InterpretableCall interface method.
606func (un *evalUnary) Function() string {

Callers

nothing calls this directly

Calls 2

ExecMethod · 0.95
AsFrameFunction · 0.85

Tested by

no test coverage detected