()
| 579 | * Returns null only if the async fetch hasn't completed yet. |
| 580 | */ |
| 581 | export function getApiKeyFromApiKeyHelperCached(): string | null { |
| 582 | return _apiKeyHelperCache?.value ?? null |
| 583 | } |
| 584 | |
| 585 | export function clearApiKeyHelperCache(): void { |
| 586 | _apiKeyHelperEpoch++ |
no outgoing calls
no test coverage detected