Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
export
type
UpdateMode =
"manual"
|
"startup"
|
"default"
2
3
export
interface
Updater {
4
check(): Promise<string | null>
5
install(onProgress: (percent: number) => void): Promise<void>
6
}
Callers
4
export.spec.ts
File · 0.65
isValid
Function · 0.65
operations.ts
File · 0.65
operations.ts
File · 0.65
Implementers
2
LinuxUpdater
apps/zui/src/domain/updates/linux-upda
MacWinUpdater
apps/zui/src/domain/updates/mac-win-up
Calls
no outgoing calls
Tested by
no test coverage detected