MCPcopy
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

1import { describe, expect, test } from "bun:test"
2import { createUpdaterController, type UpdaterBackend, type UpdaterReadyRecord } from "./updater-controller"
3
4function setup(input?: { currentVersion?: string; ready?: UpdaterReadyRecord }) {

Callers

nothing calls this directly

Calls 8

createUpdaterControllerFunction · 0.90
testFunction · 0.85
pushMethod · 0.80
setupFunction · 0.70
subscribeMethod · 0.65
describeFunction · 0.50
startMethod · 0.45
allMethod · 0.45

Tested by

no test coverage detected