MCPcopy Index your code
hub / github.com/QLHazyCoder/FlowPilot / shouldClearHotmailCurrentSelection

Function shouldClearHotmailCurrentSelection

hotmail-utils.js:97–99  ·  view source on GitHub ↗
(account)

Source from the content-addressed store, hash-verified

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() : [];

Callers 2

patchHotmailAccountFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected