( config: GlobalConfig | null, )
| 1908 | export const _getConfigForTesting = getConfig |
| 1909 | export const _wouldLoseAuthStateForTesting = wouldLoseAuthState |
| 1910 | export function _setGlobalConfigCacheForTesting( |
| 1911 | config: GlobalConfig | null, |
| 1912 | ): void { |
| 1913 | globalConfigCache.config = config |
| 1914 | globalConfigCache.mtime = config ? Date.now() : 0 |
| 1915 | } |
no outgoing calls
no test coverage detected