MCPcopy 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
641function restart(options) {
642 stopOwnedLoops();
643 return start(Object.assign({ delayMs: 2000 }, options || {}));
644}
645
646function status() {
647 var pids = getRunningPids();

Callers 2

lifecycle.jsFile · 0.85
watchRunFunction · 0.85

Calls 2

stopOwnedLoopsFunction · 0.85
startFunction · 0.70

Tested by

no test coverage detected