MCPcopy
hub / github.com/wavetermdev/waveterm / status

Method status

emain/updater.ts:109–111  ·  view source on GitHub ↗

* The status of the Updater.

()

Source from the content-addressed store, hash-verified

107 * The status of the Updater.
108 */
109 get status(): UpdaterStatus {
110 return this._status;
111 }
112
113 private set status(value: UpdaterStatus) {
114 this._status = value;

Callers

nothing calls this directly

Calls 1

getAllWaveWindowsFunction · 0.90

Tested by

no test coverage detected