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

Method Qualify

interpreter/attribute_patterns.go:389–391  ·  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

387
388// Qualify is an implementation of the Qualifier interface method.
389func (m *attributeMatcher) Qualify(vars Activation, obj any) (any, error) {
390 return attrQualify(m.fac, vars, obj, m)
391}
392
393// QualifyIfPresent is an implementation of the Qualifier interface method.
394func (m *attributeMatcher) 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