Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anomalyco/opencode
/ updater-controller.test.ts
File
updater-controller.test.ts
packages/desktop/src/main/updater-controller.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, test } from
"bun:test"
2
import
{ createUpdaterController,
type
UpdaterBackend,
type
UpdaterReadyRecord } from
"./updater-controller"
3
4
function
setup(input?: { currentVersion?: string; ready?: UpdaterReadyRecord }) {
Callers
nothing calls this directly
Calls
8
createUpdaterController
Function · 0.90
test
Function · 0.85
push
Method · 0.80
setup
Function · 0.70
subscribe
Method · 0.65
describe
Function · 0.50
start
Method · 0.45
all
Method · 0.45
Tested by
no test coverage detected