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

Method Eval

interpreter/interpretable.go:1065–1067  ·  view source on GitHub ↗

Eval implements the Interpretable interface method.

(vars Activation)

Source from the content-addressed store, hash-verified

1063
1064// Eval implements the Interpretable interface method.
1065func (e *evalWatch) Eval(vars Activation) ref.Val {
1066 return e.Exec(AsFrame(vars))
1067}
1068
1069// evalWatchAttr describes a watcher of an InterpretableAttribute Interpretable.
1070//

Callers

nothing calls this directly

Calls 2

ExecMethod · 0.95
AsFrameFunction · 0.85

Tested by

no test coverage detected