Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
137
func
(p *process) Restart() {
138
p.restart = true
139
p.Stop(false)
140
}
141
142
func
(p *process) waitPid() {
143
ticker := time.NewTicker(runningCheckInterval)
Callers
1
processRestart
Method · 0.80
Calls
1
Stop
Method · 0.95
Tested by
no test coverage detected