MCPcopy
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

21import "syscall"
22
23func handleCtrlZ() {
24 _ = syscall.Kill(0, syscall.SIGSTOP)
25}

Callers 1

HandleKeyEventsMethod · 0.70

Calls 1

KillMethod · 0.65

Tested by

no test coverage detected