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

Function IsAutoUpdateEnabled

pkg/telemetry/telemetry.go:103–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101}
102
103func IsAutoUpdateEnabled() bool {
104 settings := wconfig.GetWatcher().GetFullConfig()
105 return settings.Settings.AutoUpdateEnabled
106}
107
108func AutoUpdateChannel() string {
109 settings := wconfig.GetWatcher().GetFullConfig()

Callers 2

sendTelemetryFunction · 0.92
startupActivityUpdateFunction · 0.92

Calls 2

GetWatcherFunction · 0.92
GetFullConfigMethod · 0.80

Tested by

no test coverage detected