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