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