Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
func
(info *RequestInfo) CleanInput() {
106
input := info.Input
107
if
input != nil {
108
input.Request.Body = make([]byte, 0)
109
}
110
}
111
112
func
(info *RequestInfo) CleanOutput() {
113
info.Output.Output.FuncResult =
""
Callers
1
InvokeFunc
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected