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

Function IsTelemetryEnabled

pkg/telemetry/telemetry.go:98–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 4

SendAllTelemetryFunction · 0.92
getWaveAISettingsFunction · 0.92
sendDiagnosticPingFunction · 0.92
CleanOldTEventsFunction · 0.85

Calls 2

GetWatcherFunction · 0.92
GetFullConfigMethod · 0.80

Tested by

no test coverage detected