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

Function prepareStartEnv

src/ops/lifecycle.js:278–284  ·  view source on GitHub ↗
(env)

Source from the content-addressed store, hash-verified

276}
277
278function prepareStartEnv(env) {
279 var next = Object.assign({}, env || process.env);
280 if (expectsProxy(next)) {
281 next.EVOMAP_PROXY = '1';
282 }
283 return next;
284}
285
286function isProxyUrlReachable(url, token) {
287 if (!url || !token) return false;

Callers 1

startFunction · 0.85

Calls 1

expectsProxyFunction · 0.85

Tested by

no test coverage detected