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

Function getHomeDir

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

Source from the content-addressed store, hash-verified

8const REUSABLE_PROXY_TOKEN_RE = /^[a-f0-9]{64}$/i;
9
10function getHomeDir(env = process.env) {
11 const home = String(env.HOME || os.homedir() || '').trim();
12 return home || null;
13}
14
15function normalizeSettingsPath(value, home) {
16 const raw = String(value || '').trim();

Callers 2

getClaudeSettingsFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected