MCPcopy Create free account
hub / github.com/baidu/EasyFaaS / SetStatusCode

Method SetStatusCode

pkg/api/controller.go:104–106  ·  view source on GitHub ↗
(c int)

Source from the content-addressed store, hash-verified

102}
103
104func (iresp *InvokeResponse) SetStatusCode(c int) {
105 iresp.code = c
106}
107
108type InvokeHeaders map[string]string
109

Callers 15

HealthzHandlerMethod · 0.45
InvokeHandlerMethod · 0.45
InvokeMethod · 0.45
InvalidateRuntimeMethod · 0.45
makeHTTPResponseFunction · 0.45
buildErrorResponseFunction · 0.45
buildResponseMethod · 0.45
InvokeMethod · 0.45
InvokeMethod · 0.45
CreateFunctionHandlerFunction · 0.45
GetFunctionHandlerFunction · 0.45
GetRuntimeHandlerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected