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

Method Attribute

expr/attribute.go:59–59  ·  view source on GitHub ↗

Attribute returns the composite expression embedded attribute.

()

Source from the content-addressed store, hash-verified

57 CompositeExpr interface {
58 // Attribute returns the composite expression embedded attribute.
59 Attribute() *AttributeExpr
60 }
61
62 // ValidationExpr contains validation rules for an attribute.

Callers 15

hasTagFunction · 0.65
hasTagPrefixFunction · 0.65
ValidateMethod · 0.65
FinalizeMethod · 0.65
DupMethod · 0.65
FinalizeMethod · 0.65
FinalizeMethod · 0.65
PathParamsMethod · 0.65
QueryParamsMethod · 0.65
PrepareMethod · 0.65
initAttrFunction · 0.65
isEmptyFunction · 0.65

Implementers 3

HostExprexpr/server.go
UserTypeExprexpr/user_type.go
MappedAttributeExprexpr/mapped_attribute.go

Calls

no outgoing calls

Tested by 10

TestHTTPEndpointPrepareFunction · 0.52
TestMethodFunction · 0.52
TestInterceptorFunction · 0.52
TestOneOfCustomKeysFunction · 0.52
TestGoTransformUnionFunction · 0.52