()
| 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. |
| 19 | function getLocalInstallDir(): string { |
| 20 | return join(getClaudeConfigHomeDir(), 'local') |
| 21 | } |
| 22 | export function getLocalClaudePath(): string { |
| 23 | return join(getLocalInstallDir(), 'claude') |
| 24 | } |
no outgoing calls
no test coverage detected