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