()
| 234 | * Get path to Claude stats cache file |
| 235 | */ |
| 236 | export function getClaudeStatsCachePath(): string { |
| 237 | return path.join(getClaudeConfigDir(), 'stats-cache.json'); |
| 238 | } |
| 239 | |
| 240 | /** |
| 241 | * Get path to Claude projects/sessions directory |
no test coverage detected