MCPcopy Create free account
hub / github.com/catppuccin/cli / IsWindows

Function IsWindows

internal/utils/utils.go:34–36  ·  view source on GitHub ↗

IsWindows checks if OS is Windows

()

Source from the content-addressed store, hash-verified

32
33// IsWindows checks if OS is Windows
34func IsWindows() bool {
35 return runtime.GOOS == "windows"
36}
37
38// PathExists checks if a path exists
39func PathExists(path string) bool {

Callers 1

ShareDirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected