MCPcopy
hub / github.com/brimdata/zui / Updater

Interface Updater

apps/zui/src/domain/updates/types.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export type UpdateMode = "manual" | "startup" | "default"
2
3export interface Updater {
4 check(): Promise<string | null>
5 install(onProgress: (percent: number) => void): Promise<void>
6}

Callers 4

export.spec.tsFile · 0.65
isValidFunction · 0.65
operations.tsFile · 0.65
operations.tsFile · 0.65

Implementers 2

LinuxUpdaterapps/zui/src/domain/updates/linux-upda
MacWinUpdaterapps/zui/src/domain/updates/mac-win-up

Calls

no outgoing calls

Tested by

no test coverage detected