()
| 85 | } |
| 86 | |
| 87 | export function clearKeychainCache(): void { |
| 88 | keychainCacheState.cache = { data: null, cachedAt: 0 } |
| 89 | keychainCacheState.generation++ |
| 90 | keychainCacheState.readInFlight = null |
| 91 | } |
| 92 | |
| 93 | /** |
| 94 | * Prime the keychain cache from a prefetch result (keychainPrefetch.ts). |
no outgoing calls
no test coverage detected