MCPcopy Create free account
hub / github.com/agentcodee/cursor-free-everyday / get_cursor_updater_path

Function get_cursor_updater_path

reset_machine.rs:62–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60}
61
62fn 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
72fn press_enter_to_exit(exit_code: i32) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected