()
| 287 | * Prefetch passes eligibility on startup |
| 288 | */ |
| 289 | export async function prefetchPassesEligibility(): Promise<void> { |
| 290 | // Skip network requests if nonessential traffic is disabled |
| 291 | if (isEssentialTrafficOnly()) { |
| 292 | return |
| 293 | } |
| 294 | |
| 295 | void getCachedOrFetchPassesEligibility() |
| 296 | } |
no test coverage detected