Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ handleCtrlZ
Function
handleCtrlZ
cmd/formatter/shortcut_unix.go:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
import
"syscall"
22
23
func
handleCtrlZ() {
24
_ = syscall.Kill(0, syscall.SIGSTOP)
25
}
Callers
1
HandleKeyEvents
Method · 0.70
Calls
1
Kill
Method · 0.65
Tested by
no test coverage detected