MCPcopy Create free account
hub / github.com/goadesign/goa / namedAttr

Function namedAttr

expr/interceptor_test.go:218–226  ·  view source on GitHub ↗
(t *testing.T, name string)

Source from the content-addressed store, hash-verified

216}
217
218func 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}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected