Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/EasyFaaS
/ BodyStream
Method
BodyStream
pkg/api/controller.go:66–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
}
65
66
func
(iresp *InvokeResponse) BodyStream() io.ReadCloser {
67
return
iresp.bodyStream
68
}
69
70
func
(iresp *InvokeResponse) BodyString() *string {
71
s := string(iresp.bodyRaw)
Callers
1
makeResponse
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected