MCPcopy Index your code
hub / github.com/FunctionStream/function-stream / Body

Method Body

admin/client/client.go:647–649  ·  view source on GitHub ↗

Body returns the raw bytes of the response

()

Source from the content-addressed store, hash-verified

645
646// Body returns the raw bytes of the response
647func (e GenericOpenAPIError) Body() []byte {
648 return e.body
649}
650
651// Model returns the unpacked model of the error
652func (e GenericOpenAPIError) Model() interface{} {

Callers 6

RunMethod · 0.45
execFunction · 0.45
execFunction · 0.45
TestBasicFunctionFunction · 0.45
TestHttpTubeFunction · 0.45
TestStatefulFunctionFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestBasicFunctionFunction · 0.36
TestHttpTubeFunction · 0.36
TestStatefulFunctionFunction · 0.36