()
| 116 | |
| 117 | /** Test-only: clear the cached download promise between tests. */ |
| 118 | export function _resetDownloadPromiseForTesting(): void { |
| 119 | downloadPromise = null |
| 120 | } |
| 121 | |
| 122 | /** |
| 123 | * Download settings from remote for CCR mode. |
nothing calls this directly
no outgoing calls
no test coverage detected