()
| 96 | } |
| 97 | |
| 98 | func IsTelemetryEnabled() bool { |
| 99 | settings := wconfig.GetWatcher().GetFullConfig() |
| 100 | return settings.Settings.TelemetryEnabled |
| 101 | } |
| 102 | |
| 103 | func IsAutoUpdateEnabled() bool { |
| 104 | settings := wconfig.GetWatcher().GetFullConfig() |
no test coverage detected