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

Method Restart

start/process.go:137–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135}
136
137func (p *process) Restart() {
138 p.restart = true
139 p.Stop(false)
140}
141
142func (p *process) waitPid() {
143 ticker := time.NewTicker(runningCheckInterval)

Callers 1

processRestartMethod · 0.80

Calls 1

StopMethod · 0.95

Tested by

no test coverage detected