(a *AttributeExpr)
| 139 | } |
| 140 | |
| 141 | func hasPatternValidation(a *AttributeExpr) bool { |
| 142 | return a.Validation != nil && a.Validation.Pattern != "" |
| 143 | } |
| 144 | |
| 145 | func hasMinMaxValidation(a *AttributeExpr) bool { |
| 146 | if a.Validation == nil { |
no outgoing calls
no test coverage detected