(state)
| 1106 | } |
| 1107 | |
| 1108 | function getPreservedAliasMap(state) { |
| 1109 | return normalizeBooleanMap(state?.preservedAliases); |
| 1110 | } |
| 1111 | |
| 1112 | function isAliasPreserved(state, email) { |
| 1113 | const normalizedEmail = String(email || '').trim().toLowerCase(); |
no test coverage detected