MCPcopy Create free account
hub / github.com/Noumena-Network/code / getLocalClaudePath

Function getLocalClaudePath

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

Source from the content-addressed store, hash-verified

36 return getLocalInstallDir().replace(homedir(), '~')
37}
38export function getLocalClaudePath(): string {
39 return join(getLocalInstallDir(), 'claude')
40}
41
42/**
43 * Check if we're running from our managed local installation

Callers 1

filterNcodeAliasesFunction · 0.85

Calls 1

getLocalInstallDirFunction · 0.85

Tested by

no test coverage detected