()
| 629 | * Returns null only if the async fetch hasn't completed yet. |
| 630 | */ |
| 631 | export function getApiKeyFromApiKeyHelperCached(): string | null { |
| 632 | return _apiKeyHelperCache?.value ?? null |
| 633 | } |
| 634 | |
| 635 | export function clearApiKeyHelperCache(): void { |
| 636 | _apiKeyHelperEpoch++ |
no outgoing calls
no test coverage detected