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

Method getProjectId

plugin/digitizer/digitize_command.go:89–91  ·  view source on GitHub ↗
(parameters []plugin.ExecutionParameter)

Source from the content-addressed store, hash-verified

87}
88
89func (c DigitizeCommand) getProjectId(parameters []plugin.ExecutionParameter) string {
90 return c.getStringParameter("project-id", "00000000-0000-0000-0000-000000000000", parameters)
91}
92
93func (c DigitizeCommand) getStringParameter(name string, defaultValue string, parameters []plugin.ExecutionParameter) string {
94 result := defaultValue

Callers 2

startDigitizationMethod · 0.95
waitForDigitizationMethod · 0.95

Calls 1

getStringParameterMethod · 0.95

Tested by

no test coverage detected