MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getLocalInstallDir

Function getLocalInstallDir

src/utils/localInstaller.ts:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17// hfi.tsx get a chance to set CLAUDE_CONFIG_DIR in main(), and would also
18// populate the memoize cache with that stale value for all 150+ other callers.
19function getLocalInstallDir(): string {
20 return join(getClaudeConfigHomeDir(), 'local')
21}
22export function getLocalClaudePath(): string {
23 return join(getLocalInstallDir(), 'claude')
24}

Callers 4

getLocalClaudePathFunction · 0.85
localInstallationExistsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected