* Returns the directory where config backup files are stored. * Uses ~/.claude/backups/ to keep the home directory clean.
()
| 1360 | * Uses ~/.claude/backups/ to keep the home directory clean. |
| 1361 | */ |
| 1362 | function getConfigBackupDir(): string { |
| 1363 | return join(getClaudeConfigHomeDir(), 'backups') |
| 1364 | } |
| 1365 | |
| 1366 | /** |
| 1367 | * Find the most recent backup file for a given config file. |
no outgoing calls
no test coverage detected