MCPcopy Index your code
hub / github.com/DarthSim/overmind / groupSignal

Method groupSignal

start/process.go:153–159  ·  view source on GitHub ↗
(s syscall.Signal)

Source from the content-addressed store, hash-verified

151}
152
153func (p *process) groupSignal(s syscall.Signal) error {
154 if pid := p.pid; pid > 0 {
155 return syscall.Kill(-pid, s)
156 }
157
158 return nil
159}
160
161func (p *process) scanOuput() {
162 err := utils.ScanLines(p.out, func(b []byte) bool {

Callers 3

StopMethod · 0.95
KillMethod · 0.95
InfoMethod · 0.95

Calls 1

KillMethod · 0.80

Tested by

no test coverage detected