| 25 | const SUBMIT_TIMEOUT_MS = 8_000; |
| 26 | |
| 27 | interface BetaSignupChoiceFile { |
| 28 | status: 'subscribed' | 'declined'; |
| 29 | updated_at: string; |
| 30 | } |
| 31 | |
| 32 | export interface BetaSignupDeps { |
| 33 | /** Global state dir; defaults to ~/.codegraph. Tests inject a temp dir. */ |
nothing calls this directly
no outgoing calls
no test coverage detected