Expand description
Update service atoms - update:* channel stubs.
Land has no update server; all methods return idle/true/null so the
workbench shows “up to date” and doesn’t retry.
Modules§
- Apply
Update - Wire method:
update:applyUpdate. No-op - Land has no update server. - Check
ForUpdates - Wire method:
update:checkForUpdates. No-op - Land has no update server. - Download
Update - Wire method:
update:downloadUpdate. No-op - Land has no update server. - GetInitial
State - Wire method:
update:_getInitialState. Returns{ type: "idle" }so the workbench renders “up to date”. - IsLatest
Version - Wire method:
update:isLatestVersion. Always returnstrue- Land has no update server. - Quit
AndInstall - Wire method:
update:quitAndInstall. No-op - Land has no update server.