Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UiPath/uipathcli
/ Body
Method
Body
executor/execution_parameters.go:19–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}
18
19
func
(p ExecutionParameters) Body() []ExecutionParameter {
20
return
p.filter(parser.ParameterInBody)
21
}
22
23
func
(p ExecutionParameters) Form() []ExecutionParameter {
24
return
p.filter(parser.ParameterInForm)
Callers
1
writeBody
Method · 0.80
Calls
1
filter
Method · 0.95
Tested by
no test coverage detected