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

Method Path

executor/execution_parameters.go:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5type ExecutionParameters []ExecutionParameter
6
7func (p ExecutionParameters) Path() []ExecutionParameter {
8 return p.filter(parser.ParameterInPath)
9}
10
11func (p ExecutionParameters) Query() []ExecutionParameter {
12 return p.filter(parser.ParameterInQuery)

Callers 1

pathParametersMethod · 0.80

Calls 1

filterMethod · 0.95

Tested by

no test coverage detected