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