Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ IsWindows
Function
IsWindows
integration/helpers/os.go:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
)
8
9
func
IsWindows() bool {
10
return
runtime.GOOS ==
"windows"
11
}
12
13
func
SkipIfWindows() {
14
Callers
1
SkipIfWindows
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected