MCPcopy Index your code
hub / github.com/Noumena-Network/code / getLocalInstallDirDisplay

Function getLocalInstallDirDisplay

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

Source from the content-addressed store, hash-verified

33}
34
35export function getLocalInstallDirDisplay(): string {
36 return getLocalInstallDir().replace(homedir(), '~')
37}
38export function getLocalClaudePath(): string {
39 return join(getLocalInstallDir(), 'claude')
40}

Callers 3

AutoUpdaterFunction · 0.85
updateFunction · 0.85

Calls 1

getLocalInstallDirFunction · 0.85

Tested by

no test coverage detected