(account)
| 95 | } |
| 96 | |
| 97 | function shouldClearHotmailCurrentSelection(account) { |
| 98 | return Boolean(account) && account.used === true; |
| 99 | } |
| 100 | |
| 101 | function upsertHotmailAccountInList(accounts, nextAccount) { |
| 102 | const list = Array.isArray(accounts) ? accounts.slice() : []; |
no outgoing calls
no test coverage detected