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

Method IsWindowsOnly

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

Source from the content-addressed store, hash-verified

14)
15
16func (t TargetFramework) IsWindowsOnly() bool {
17 return t == TargetFrameworkWindows || t == TargetFrameworkLegacy
18}
19
20func (t TargetFramework) IsSupported() (bool, error) {
21 if t.IsWindowsOnly() && runtime.GOOS != "windows" {

Callers 2

IsSupportedMethod · 0.95
getUipcliPathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected