()
| 418 | // Calling it at module scope would populate the memoize cache before |
| 419 | // entrypoints can set CLAUDE_CONFIG_DIR, breaking all 150+ other callers. |
| 420 | function getDataDir(): string { |
| 421 | return join(getClaudeConfigHomeDir(), 'usage-data') |
| 422 | } |
| 423 | function getFacetsDir(): string { |
| 424 | return join(getDataDir(), 'facets') |
| 425 | } |
no outgoing calls
no test coverage detected