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