MCPcopy
hub / github.com/anomalyco/opencode / downloadUpdate

Function downloadUpdate

packages/desktop/src/main/updater-controller.test.ts:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 return { isUpdateAvailable: true, updateInfo: { version: "2.0.0" } }
10 },
11 async downloadUpdate() {
12 calls.push("download")
13 },
14 quitAndInstall() {
15 calls.push("install")
16 },

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected