Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/EasyFaaS
/ SetBody
Method
SetBody
pkg/api/controller.go:75–77 ·
view source on GitHub ↗
(b []byte)
Source
from the content-addressed store, hash-verified
73
}
74
75
func
(iresp *InvokeResponse) SetBody(b []byte) {
76
iresp.bodyRaw = b
77
}
78
79
func
(iresp *InvokeResponse) SetBodyStream(bs io.ReadCloser) {
80
iresp.bodyStream = bs
Callers
9
InvokeHandler
Method · 0.45
ListRuntimesHandler
Method · 0.45
GetResourceHandler
Method · 0.45
buildErrorResponse
Function · 0.45
buildResponse
Method · 0.45
buildTotallyToBody
Function · 0.45
build
Function · 0.45
Invoke
Method · 0.45
Invoke
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected