()
| 215 | * Returns immediately if user is not eligible or loading has already completed |
| 216 | */ |
| 217 | export async function waitForPolicyLimitsToLoad(): Promise<void> { |
| 218 | if (loadingCompletePromise) { |
| 219 | await loadingCompletePromise |
| 220 | } |
| 221 | } |
| 222 | |
| 223 | /** |
| 224 | * Get auth headers for policy limits without calling getSettings() |
no outgoing calls
no test coverage detected