()
| 28 | * Useful when accounts are added/removed or tokens change |
| 29 | */ |
| 30 | export function clearOctokitClientCache(): void { |
| 31 | octokitClientCache.clear(); |
| 32 | } |
| 33 | |
| 34 | /** |
| 35 | * Clear the Octokit client cache for a specific account |
no outgoing calls
no test coverage detected