Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/goadesign/goa
/ isSkipResponseBodyEncodeDecode
Function
isSkipResponseBodyEncodeDecode
http/codegen/openapi/v3/response.go:102–105 ·
view source on GitHub ↗
(parent eval.Expression)
Source
from the content-addressed store, hash-verified
100
}
101
102
func
isSkipResponseBodyEncodeDecode(parent eval.Expression) bool {
103
ee, ok := parent.(*expr.HTTPEndpointExpr)
104
return
ok && ee.SkipResponseBodyEncodeDecode
105
}
Callers
1
responseFromExpr
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected