MCPcopy 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
40func isWindowsRuntime(cfg *cli.Config) bool {
41 return cfg.GOOS() == "windows"
42}
43
44func MinimumVersionCheck(minimumVersion string) error {
45 if cli.IsDevVersion() {

Callers 1

runTUIMethod · 0.85

Calls 1

GOOSMethod · 0.80

Tested by

no test coverage detected