MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / AutoUpdateChannel

Function AutoUpdateChannel

pkg/telemetry/telemetry.go:108–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106}
107
108func AutoUpdateChannel() string {
109 settings := wconfig.GetWatcher().GetFullConfig()
110 return settings.Settings.AutoUpdateChannel
111}
112
113// Wraps UpdateCurrentActivity, spawns goroutine, and logs errors
114func GoUpdateActivityWrap(update wshrpc.ActivityUpdate, debugStr string) {

Callers 2

sendTelemetryFunction · 0.92
startupActivityUpdateFunction · 0.92

Calls 2

GetWatcherFunction · 0.92
GetFullConfigMethod · 0.80

Tested by

no test coverage detected