Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
func
IsWindows() bool {
35
return
runtime.GOOS ==
"windows"
36
}
37
38
// PathExists checks if a path exists
39
func
PathExists(path string) bool {
Callers
1
ShareDir
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected