MCPcopy Create free account
hub / github.com/gitify-app/gitify / clearOctokitClientCache

Function clearOctokitClientCache

src/renderer/utils/api/octokit.ts:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

octokit.test.tsFile · 0.90
AppProviderFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected