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

Method Exec

interpreter/interpretable.go:1122–1126  ·  view source on GitHub ↗

Exec implements the InterpretableV2 interface method.

(frame *ExecutionFrame)

Source from the content-addressed store, hash-verified

1120
1121// Exec implements the InterpretableV2 interface method.
1122func (e *evalWatchAttr) Exec(frame *ExecutionFrame) ref.Val {
1123 val := e.InterpretableAttribute.Exec(frame)
1124 e.observer(frame, e.ID(), e.InterpretableAttribute, val)
1125 return val
1126}
1127
1128// Eval implements the Interpretable interface method.
1129func (e *evalWatchAttr) Eval(vars Activation) ref.Val {

Callers 1

EvalMethod · 0.95

Calls 2

ExecMethod · 0.65
IDMethod · 0.65

Tested by

no test coverage detected