Qualify performs a qualification, e.g. field selection, on the input object and returns the value of the access and whether the value was set. A non-nil value with a false presence test result indicates that the value being returned is the default value.
(vars Activation, obj any)
| 78 | // the value of the access and whether the value was set. A non-nil value with a false presence |
| 79 | // test result indicates that the value being returned is the default value. |
| 80 | Qualify(vars Activation, obj any) (any, error) |
| 81 | |
| 82 | // QualifyIfPresent qualifies the object if the qualifier is declared or defined on the object. |
| 83 | // The 'presenceOnly' flag indicates that the value is not necessary, just a boolean status as |
no outgoing calls
no test coverage detected