(state)
| 1116 | } |
| 1117 | |
| 1118 | function getEffectiveUsedEmails(state) { |
| 1119 | return toNormalizedEmailSet(getManualAliasUsageMap(state)); |
| 1120 | } |
| 1121 | |
| 1122 | async function setIcloudAliasUsedState(payload = {}, options = {}) { |
| 1123 | const email = String(payload.email || '').trim().toLowerCase(); |
no test coverage detected