Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ SIGWINCH
Function
SIGWINCH
cf/ssh/sigwinch/sigwinch_win.go:8–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
import
"syscall"
7
8
func
SIGWINCH() syscall.Signal {
9
panic(
"Not supported on windows"
)
10
}
Callers
2
InteractiveSession
Method · 0.92
InteractiveSession
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected