(t *testing.T, name string)
| 216 | } |
| 217 | |
| 218 | func namedAttr(t *testing.T, name string) *NamedAttributeExpr { |
| 219 | t.Helper() |
| 220 | return &NamedAttributeExpr{ |
| 221 | Name: name, |
| 222 | Attribute: &AttributeExpr{ |
| 223 | Type: String, |
| 224 | }, |
| 225 | } |
| 226 | } |
no outgoing calls
no test coverage detected