QualifyIfPresent qualifies the object if the qualifier is declared or defined on the object. The 'presenceOnly' flag indicates that the value is not necessary, just a boolean status as to whether the qualifier is present.
(vars Activation, obj any, presenceOnly bool)
| 104 | // The 'presenceOnly' flag indicates that the value is not necessary, just a boolean status as |
| 105 | // to whether the qualifier is present. |
| 106 | QualifyIfPresent(vars Activation, obj any, presenceOnly bool) (any, bool, error) |
| 107 | |
| 108 | // IsOptional indicates whether the resulting value is an optional type. |
| 109 | IsOptional() bool |
no outgoing calls
no test coverage detected