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

Method getUipcliPath

plugin/studio/uipcli.go:94–100  ·  view source on GitHub ↗
(targetFramework TargetFramework)

Source from the content-addressed store, hash-verified

92}
93
94func (c *Uipcli) getUipcliPath(targetFramework TargetFramework) (string, error) {
95 moduleManager := plugin.NewModuleManager(c.Logger)
96 if targetFramework.IsWindowsOnly() {
97 return moduleManager.Get(plugin.UipCliWindows)
98 }
99 return moduleManager.Get(plugin.UipCliCrossPlatform)
100}
101
102func (c *Uipcli) getDotnetPath() (string, error) {
103 moduleManager := plugin.NewModuleManager(c.Logger)

Callers 1

InitializeMethod · 0.95

Calls 3

GetMethod · 0.95
NewModuleManagerFunction · 0.92
IsWindowsOnlyMethod · 0.80

Tested by

no test coverage detected