( config: GlobalConfig | null, )
| 1810 | export const _getConfigForTesting = getConfig |
| 1811 | export const _wouldLoseAuthStateForTesting = wouldLoseAuthState |
| 1812 | export function _setGlobalConfigCacheForTesting( |
| 1813 | config: GlobalConfig | null, |
| 1814 | ): void { |
| 1815 | globalConfigCache.config = config |
| 1816 | globalConfigCache.mtime = config ? Date.now() : 0 |
| 1817 | } |
| 1818 |
nothing calls this directly
no outgoing calls
no test coverage detected