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

Function getClaudeSettingsFile

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

Source from the content-addressed store, hash-verified

72}
73
74function getClaudeSettingsFile(env = process.env) {
75 const home = getHomeDir(env);
76 if (!home) return null;
77 return path.join(home, '.claude', 'settings.json');
78}
79
80function resolveClaudeSettingsFile(opts = {}, env = process.env) {
81 if (opts.file) {

Callers 1

Calls 1

getHomeDirFunction · 0.85

Tested by

no test coverage detected