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

Function isDisabled

src/proxy/clientSettings.js:127–130  ·  view source on GitHub ↗
(env = process.env)

Source from the content-addressed store, hash-verified

125}
126
127function isDisabled(env = process.env) {
128 const raw = String(env.EVOMAP_PROXY_AUTO_INJECT || '').trim().toLowerCase();
129 return raw === '0' || raw === 'false' || raw === 'off' || raw === 'none' || raw === 'no';
130}
131
132function hasManagedProxyMarker(settings) {
133 return settings && settings._evomap_proxy_client_env?.managed_by === MANAGED_BY;

Callers 2

syncClaudeProxySettingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected