ConditionalAttribute creates an attribute with two Attribute branches, where the Attribute that is resolved depends on the boolean evaluation of the input 'expr'.
(id int64, expr Interpretable, t, f Attribute)
| 41 | // ConditionalAttribute creates an attribute with two Attribute branches, where the Attribute |
| 42 | // that is resolved depends on the boolean evaluation of the input 'expr'. |
| 43 | ConditionalAttribute(id int64, expr Interpretable, t, f Attribute) Attribute |
| 44 | |
| 45 | // MaybeAttribute creates an attribute that refers to either a field selection or a namespaced |
| 46 | // variable name. |
no outgoing calls