Field generates a valid data structure field identifier for the given attribute and field name. If firstUpper is true then the field name first letter is capitalized.
(att *expr.AttributeExpr, name string, firstUpper bool)
| 20 | // attribute and field name. If firstUpper is true then the field name |
| 21 | // first letter is capitalized. |
| 22 | Field(att *expr.AttributeExpr, name string, firstUpper bool) string |
| 23 | } |
| 24 | |
| 25 | // AttributeContext contains properties which impacts the code generating |
no outgoing calls
no test coverage detected