()
| 272 | * Prefetch passes eligibility on startup |
| 273 | */ |
| 274 | export async function prefetchPassesEligibility(): Promise<void> { |
| 275 | // Skip network requests if nonessential traffic is disabled |
| 276 | if (isEssentialTrafficOnly()) { |
| 277 | return |
| 278 | } |
| 279 | |
| 280 | void getCachedOrFetchPassesEligibility() |
| 281 | } |
| 282 |
no test coverage detected