()
| 183 | } |
| 184 | |
| 185 | function refreshInBackground(): void { |
| 186 | void refreshUpdateCache().catch(() => {}); |
| 187 | } |
| 188 | |
| 189 | /** Telemetry properties describing where this device sits in the rollout. */ |
| 190 | interface RolloutTelemetry { |
no test coverage detected