(ctx context.Context)
| 1250 | } |
| 1251 | |
| 1252 | func (ws WshServer) SendTelemetryCommand(ctx context.Context) error { |
| 1253 | return wcloud.SendAllTelemetry(wstore.GetClientId()) |
| 1254 | } |
| 1255 | |
| 1256 | func (ws *WshServer) WaveAIEnableTelemetryCommand(ctx context.Context) error { |
| 1257 | // Enable telemetry in config |
nothing calls this directly
no test coverage detected