( config: GlobalConfig | null, )
| 1830 | export const _getConfigForTesting = getConfig |
| 1831 | export const _wouldLoseAuthStateForTesting = wouldLoseAuthState |
| 1832 | export function _setGlobalConfigCacheForTesting( |
| 1833 | config: GlobalConfig | null, |
| 1834 | ): void { |
| 1835 | globalConfigCache.config = config |
| 1836 | globalConfigCache.mtime = config ? Date.now() : 0 |
| 1837 | } |
nothing calls this directly
no outgoing calls
no test coverage detected