Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EvoMap/evolver
/ restart
Function
restart
src/ops/lifecycle.js:641–644 ·
view source on GitHub ↗
(options)
Source
from the content-addressed store, hash-verified
639
}
640
641
function
restart(options) {
642
stopOwnedLoops();
643
return
start(Object.assign({ delayMs: 2000 }, options || {}));
644
}
645
646
function
status() {
647
var
pids = getRunningPids();
Callers
2
lifecycle.js
File · 0.85
watchRun
Function · 0.85
Calls
2
stopOwnedLoops
Function · 0.85
start
Function · 0.70
Tested by
no test coverage detected