| 31 | 'https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases' |
| 32 | |
| 33 | class AutoUpdaterError extends ClaudeError {} |
| 34 | |
| 35 | export type InstallStatus = |
| 36 | | 'success' |
nothing calls this directly
no outgoing calls
no test coverage detected