()
| 60 | } |
| 61 | |
| 62 | fn get_cursor_updater_path() -> Option<PathBuf> { |
| 63 | if let Some(user_dirs) = BaseDirs::new() { |
| 64 | let local_app_data_dir = user_dirs.data_local_dir(); |
| 65 | Some(local_app_data_dir.join("cursor-updater")) |
| 66 | } else { |
| 67 | None |
| 68 | } |
| 69 | } |
| 70 | |
| 71 | |
| 72 | fn press_enter_to_exit(exit_code: i32) { |
nothing calls this directly
no outgoing calls
no test coverage detected