MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / getResolvedUpdateChannel

Function getResolvedUpdateChannel

emain/updater.ts:213–215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211}
212
213export function getResolvedUpdateChannel(): string {
214 return isDev() ? "dev" : (autoUpdater.channel ?? "latest");
215}
216
217ipcMain.on("install-app-update", () => fireAndForget(updater?.promptToInstallUpdate.bind(updater)));
218ipcMain.on("get-app-update-status", (event) => {

Callers 2

updater.tsFile · 0.85

Calls 1

isDevFunction · 0.85

Tested by

no test coverage detected