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

Method Eval

interpreter/async.go:95–97  ·  view source on GitHub ↗

Eval implements the Interpretable interface method.

(vars Activation)

Source from the content-addressed store, hash-verified

93
94// Eval implements the Interpretable interface method.
95func (fn *evalAsyncFunc) Eval(vars Activation) ref.Val {
96 return fn.Exec(AsFrame(vars))
97}
98
99// Exec implements the InterpretableV2 interface method.
100func (fn *evalAsyncFunc) Exec(frame *ExecutionFrame) ref.Val {

Callers 1

Calls 2

ExecMethod · 0.95
AsFrameFunction · 0.85

Tested by 1