MCPcopy Create free account
hub / github.com/UiPath/uipathcli / filter

Method filter

executor/execution_parameters.go:27–35  ·  view source on GitHub ↗
(in string)

Source from the content-addressed store, hash-verified

25}
26
27func (p ExecutionParameters) filter(in string) []ExecutionParameter {
28 result := []ExecutionParameter{}
29 for _, p := range p {
30 if p.In == in {
31 result = append(result, p)
32 }
33 }
34 return result
35}

Callers 5

PathMethod · 0.95
QueryMethod · 0.95
HeaderMethod · 0.95
BodyMethod · 0.95
FormMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected