MCPcopy Index your code
hub / github.com/coder/coder / Signal

Method Signal

pty/pty_other.go:173–175  ·  view source on GitHub ↗
(sig os.Signal)

Source from the content-addressed store, hash-verified

171}
172
173func (p *otherProcess) Signal(sig os.Signal) error {
174 return p.cmd.Process.Signal(sig)
175}
176
177func (p *otherProcess) waitInternal() {
178 // The GC can garbage collect the TTY FD before the command

Callers

nothing calls this directly

Calls 1

SignalMethod · 0.65

Tested by

no test coverage detected