MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / getAppUpdateState

Function getAppUpdateState

apps/desktop/src/main/updater.ts:160–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158}
159
160export function getAppUpdateState(): AppUpdateState {
161 return { ...updateState }
162}
163
164export function initAppUpdater(): void {
165 if (initialized) return

Callers 3

registerIpcFunction · 0.90
checkForAppUpdatesFunction · 0.70
downloadAppUpdateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected