MCPcopy Create free account
hub / github.com/pollinations/pollinations / __resetGithubAppAuthCache

Function __resetGithubAppAuthCache

shared/github/app-auth.ts:253–256  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

251
252/** Test-only: reset the module token/installation cache. */
253export function __resetGithubAppAuthCache(): void {
254 cached = null;
255 cachedInstallationId = null;
256}
257
258/** Exported only for unit tests of the PKCS#1->PKCS#8 wrap. */
259export const __internal = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected