Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anchordotdev/cli
/ isWindowsRuntime
Function
isWindowsRuntime
version/version.go:40–42 ·
view source on GitHub ↗
(cfg *cli.Config)
Source
from the content-addressed store, hash-verified
38
}
39
40
func
isWindowsRuntime(cfg *cli.Config) bool {
41
return
cfg.GOOS() ==
"windows"
42
}
43
44
func
MinimumVersionCheck(minimumVersion string) error {
45
if
cli.IsDevVersion() {
Callers
1
runTUI
Method · 0.85
Calls
1
GOOS
Method · 0.80
Tested by
no test coverage detected