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

Method Qualify

interpreter/attributes.go:605–607  ·  view source on GitHub ↗

Qualify is an implementation of the Qualifier interface method.

(vars Activation, obj any)

Source from the content-addressed store, hash-verified

603
604// Qualify is an implementation of the Qualifier interface method.
605func (a *relativeAttribute) Qualify(vars Activation, obj any) (any, error) {
606 return attrQualify(a.fac, vars, obj, a)
607}
608
609// QualifyIfPresent is an implementation of the Qualifier interface method.
610func (a *relativeAttribute) QualifyIfPresent(vars Activation, obj any, presenceOnly bool) (any, bool, error) {

Callers

nothing calls this directly

Calls 1

attrQualifyFunction · 0.85

Tested by

no test coverage detected