()
| 166 | * This is a function to ensure it's evaluated at runtime after test setup |
| 167 | */ |
| 168 | export function getLockFilePath(): string { |
| 169 | return join(getClaudeConfigHomeDir(), '.update.lock') |
| 170 | } |
| 171 | |
| 172 | /** |
| 173 | * Attempts to acquire a lock for auto-updater |
no outgoing calls
no test coverage detected