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

Method Exec

interpreter/interpretable.go:1058–1062  ·  view source on GitHub ↗

Exec implements the InterpretableV2 interface method.

(frame *ExecutionFrame)

Source from the content-addressed store, hash-verified

1056
1057// Exec implements the InterpretableV2 interface method.
1058func (e *evalWatch) Exec(frame *ExecutionFrame) ref.Val {
1059 val := e.InterpretableV2.Exec(frame)
1060 e.observer(frame, e.ID(), e.InterpretableV2, val)
1061 return val
1062}
1063
1064// Eval implements the Interpretable interface method.
1065func (e *evalWatch) Eval(vars Activation) ref.Val {

Callers 1

EvalMethod · 0.95

Calls 2

ExecMethod · 0.65
IDMethod · 0.65

Tested by

no test coverage detected