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

Function getEnvClaudeSettingsFile

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

Source from the content-addressed store, hash-verified

30}
31
32function getEnvClaudeSettingsFile(env = process.env) {
33 return String(env.CLAUDE_SETTINGS_FILE || env.EVOMAP_CLAUDE_SETTINGS_FILE || '').trim();
34}
35
36function isValidReusableProxyToken(value) {
37 return typeof value === 'string' && REUSABLE_PROXY_TOKEN_RE.test(value.trim());

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected