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

Method Exec

interpreter/interpretable.go:158–160  ·  view source on GitHub ↗

Exec implements the InterpretableV2 interface method.

(frame *ExecutionFrame)

Source from the content-addressed store, hash-verified

156
157// Exec implements the InterpretableV2 interface method.
158func (oi *ObservableInterpretable) Exec(frame *ExecutionFrame) ref.Val {
159 return oi.ObserveExec(frame, func(any) {})
160}
161
162// Eval proxies to the ObserveEval method while invoking a no-op callback to report the observations.
163func (oi *ObservableInterpretable) Eval(vars Activation) ref.Val {

Callers

nothing calls this directly

Calls 1

ObserveExecMethod · 0.95

Tested by

no test coverage detected