Skip to main content

DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_ElectronProfile_EsbuildCompiler_Mountain/IPC/WindServiceHandlers/Update/
mod.rs

1#![allow(non_snake_case, unused_variables, dead_code, unused_imports)]
2
3//! Update service atoms - `update:*` channel stubs.
4//! Land has no update server; all methods return idle/true/null so the
5//! workbench shows "up to date" and doesn't retry.
6
7pub mod UpdateService;