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

Method Eval

interpreter/interpretable.go:257–259  ·  view source on GitHub ↗

Eval implements the Interpretable interface method.

(ctx Activation)

Source from the content-addressed store, hash-verified

255
256// Eval implements the Interpretable interface method.
257func (test *evalTestOnly) Eval(ctx Activation) ref.Val {
258 return test.Exec(AsFrame(ctx))
259}
260
261// AddQualifier appends a qualifier that will always and only perform a presence test.
262func (test *evalTestOnly) AddQualifier(q Qualifier) (Attribute, error) {

Callers

nothing calls this directly

Calls 2

ExecMethod · 0.95
AsFrameFunction · 0.85

Tested by

no test coverage detected