QualifyIfPresent is an implementation of the Qualifier interface method.
(vars Activation, obj any, presenceOnly bool)
| 395 | |
| 396 | // QualifyIfPresent is an implementation of the Qualifier interface method. |
| 397 | func (m *attributeMatcher) QualifyIfPresent(vars Activation, obj any, presenceOnly bool) (any, bool, error) { |
| 398 | return attrQualifyIfPresent(m.fac, vars, obj, m, presenceOnly) |
| 399 | } |
nothing calls this directly
no test coverage detected