()
| 421 | return join(getClaudeConfigHomeDir(), 'usage-data') |
| 422 | } |
| 423 | function getFacetsDir(): string { |
| 424 | return join(getDataDir(), 'facets') |
| 425 | } |
| 426 | function getSessionMetaDir(): string { |
| 427 | return join(getDataDir(), 'session-meta') |
| 428 | } |
no test coverage detected