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

Method CleanInput

pkg/controller/rtctrl/request.go:105–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103}
104
105func (info *RequestInfo) CleanInput() {
106 input := info.Input
107 if input != nil {
108 input.Request.Body = make([]byte, 0)
109 }
110}
111
112func (info *RequestInfo) CleanOutput() {
113 info.Output.Output.FuncResult = ""

Callers 1

InvokeFuncMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected