Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UiPath/uipathcli
/ NewExecutionParameter
Function
NewExecutionParameter
executor/execution_parameter.go:12–14 ·
view source on GitHub ↗
(name string, value interface{}, in string)
Source
from the content-addressed store, hash-verified
10
}
11
12
func
NewExecutionParameter(name string, value
interface
{}, in string) *ExecutionParameter {
13
return
&ExecutionParameter{name, value, in}
14
}
Callers
2
createExecutionParameter
Method · 0.92
pathParameters
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected