MCPcopy Create free account
hub / github.com/EvoMap/evolver / shouldRestartForProxy

Function shouldRestartForProxy

src/ops/lifecycle.js:341–345  ·  view source on GitHub ↗
(pids, env)

Source from the content-addressed store, hash-verified

339}
340
341function shouldRestartForProxy(pids, env) {
342 if (!pids || pids.length === 0) return false;
343 var proxyHealth = checkProxyHealth(env);
344 return proxyHealth.expected === true && proxyHealth.healthy === false;
345}
346
347function getCmdLine(pid) {
348 try {

Callers 1

startFunction · 0.85

Calls 1

checkProxyHealthFunction · 0.85

Tested by

no test coverage detected