MCPcopy 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
66func (iresp *InvokeResponse) BodyStream() io.ReadCloser {
67 return iresp.bodyStream
68}
69
70func (iresp *InvokeResponse) BodyString() *string {
71 s := string(iresp.bodyRaw)

Callers 1

makeResponseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected