MCPcopy 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
23func (p ExecutionParameters) Form() []ExecutionParameter {
24 return p.filter(parser.ParameterInForm)
25}
26
27func (p ExecutionParameters) filter(in string) []ExecutionParameter {
28 result := []ExecutionParameter{}

Callers 1

writeBodyMethod · 0.80

Calls 1

filterMethod · 0.95

Tested by

no test coverage detected