Dup makes a shallow copy of the type and assigns its attribute with att.
(att *AttributeExpr)
| 84 | // Dup makes a shallow copy of the type and assigns its |
| 85 | // attribute with att. |
| 86 | Dup(att *AttributeExpr) UserType |
| 87 | // Validate checks that the user type expression is consistent. |
| 88 | Validate(ctx string, parent eval.Expression) *eval.ValidationErrors |
| 89 | } |
no outgoing calls
no test coverage detected