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

Method Qualify

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

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