Skip to main content

DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_ElectronProfile_EsbuildCompiler_Mountain/IPC/WindServiceHandlers/Update/
mod.rs

1//! Update service atoms - `update:*` channel stubs.
2//! Land has no update server; all methods return idle/true/null so the
3//! workbench shows "up to date" and doesn't retry.
4
5pub mod ApplyUpdate;
6
7pub mod CheckForUpdates;
8
9pub mod DownloadUpdate;
10
11pub mod GetInitialState;
12
13pub mod IsLatestVersion;
14
15pub mod QuitAndInstall;