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

Method Eval

interpreter/interpretable.go:1129–1131  ·  view source on GitHub ↗

Eval implements the Interpretable interface method.

(vars Activation)

Source from the content-addressed store, hash-verified

1127
1128// Eval implements the Interpretable interface method.
1129func (e *evalWatchAttr) Eval(vars Activation) ref.Val {
1130 return e.Exec(AsFrame(vars))
1131}
1132
1133// evalWatchConstQual observes the qualification of an object using a constant boolean, int,
1134// string, or uint.

Callers

nothing calls this directly

Calls 2

ExecMethod · 0.95
AsFrameFunction · 0.85

Tested by

no test coverage detected