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

Method Name

expr/http_endpoint.go:104–106  ·  view source on GitHub ↗

Name of HTTP endpoint

()

Source from the content-addressed store, hash-verified

102
103// Name of HTTP endpoint
104func (e *HTTPEndpointExpr) Name() string {
105 return e.MethodExpr.Name
106}
107
108// Description of HTTP endpoint
109func (e *HTTPEndpointExpr) Description() string {

Callers 2

EvalNameMethod · 0.95
ValidateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected