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

Method IsSupported

plugin/studio/target_framework.go:20–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20func (t TargetFramework) IsSupported() (bool, error) {
21 if t.IsWindowsOnly() && runtime.GOOS != "windows" {
22 return false, errors.New("UiPath Studio Projects which target windows-only are not support on linux devices. Build the project on windows or change the target framework to cross-platform.")
23 }
24 return true, nil
25}

Callers 4

executeMethod · 0.80
prepareExecutionMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls 2

IsWindowsOnlyMethod · 0.95
NewMethod · 0.80

Tested by

no test coverage detected