()
| 25 | let cached: boolean | undefined |
| 26 | |
| 27 | export function resetSyncCache(): void { |
| 28 | cached = undefined |
| 29 | resetLeafCache() |
| 30 | } |
| 31 | |
| 32 | /** |
| 33 | * Check if the current user is eligible for remote managed settings |
no outgoing calls
no test coverage detected