()
| 1031 | ) |
| 1032 | |
| 1033 | export function clearGcpCredentialsCache(): void { |
| 1034 | refreshGcpCredentialsIfNeeded.cache.clear() |
| 1035 | } |
| 1036 | |
| 1037 | /** |
| 1038 | * Prefetches GCP credentials only if workspace trust has already been established. |
no test coverage detected