Ref generates a valid reference to the given attribute type.
(att *expr.AttributeExpr, pkg string)
| 16 | Name(att *expr.AttributeExpr, pkg string, ptr, useDefault bool) string |
| 17 | // Ref generates a valid reference to the given attribute type. |
| 18 | Ref(att *expr.AttributeExpr, pkg string) string |
| 19 | // Field generates a valid data structure field identifier for the given |
| 20 | // attribute and field name. If firstUpper is true then the field name |
| 21 | // first letter is capitalized. |
no outgoing calls
no test coverage detected