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

Function getLocalClaudePath

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

Source from the content-addressed store, hash-verified

20 return join(getClaudeConfigHomeDir(), 'local')
21}
22export function getLocalClaudePath(): string {
23 return join(getLocalInstallDir(), 'claude')
24}
25
26/**
27 * Check if we're running from our managed local installation

Callers 1

filterClaudeAliasesFunction · 0.85

Calls 1

getLocalInstallDirFunction · 0.85

Tested by

no test coverage detected