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

Method getDotnetPath

plugin/studio/uipcli.go:102–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100}
101
102func (c *Uipcli) getDotnetPath() (string, error) {
103 moduleManager := plugin.NewModuleManager(c.Logger)
104 return moduleManager.Get(plugin.DotNet8)
105}
106
107func NewUipcli(exec process.ExecProcess, logger log.Logger) *Uipcli {
108 return &Uipcli{exec, logger, "", []string{}}

Callers 1

InitializeMethod · 0.95

Calls 2

GetMethod · 0.95
NewModuleManagerFunction · 0.92

Tested by

no test coverage detected