Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
func
(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
Path
Method · 0.95
Query
Method · 0.95
Header
Method · 0.95
Body
Method · 0.95
Form
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected