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

Method Qualify

interpreter/attributes.go:941–944  ·  view source on GitHub ↗

Qualify implements the Qualifier interface method.

(vars Activation, obj any)

Source from the content-addressed store, hash-verified

939
940// Qualify implements the Qualifier interface method.
941func (q *intQualifier) Qualify(vars Activation, obj any) (any, error) {
942 val, _, err := q.qualifyInternal(vars, obj, false, false)
943 return val, err
944}
945
946// QualifyIfPresent is an implementation of the Qualifier interface method.
947func (q *intQualifier) QualifyIfPresent(vars Activation, obj any, presenceOnly bool) (any, bool, error) {

Callers

nothing calls this directly

Calls 1

qualifyInternalMethod · 0.95

Tested by

no test coverage detected