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

Function findHotmailAccount

background.js:1260–1262  ·  view source on GitHub ↗
(accounts, accountId)

Source from the content-addressed store, hash-verified

1258}
1259
1260function findHotmailAccount(accounts, accountId) {
1261 return normalizeHotmailAccounts(accounts).find((account) => account.id === accountId) || null;
1262}
1263
1264function isHotmailProvider(stateOrProvider) {
1265 const provider = typeof stateOrProvider === 'string'

Callers 7

upsertHotmailAccountFunction · 0.85
patchHotmailAccountFunction · 0.85
setCurrentHotmailAccountFunction · 0.85
verifyHotmailAccountFunction · 0.85
handleMessageFunction · 0.85

Calls 1

normalizeHotmailAccountsFunction · 0.85

Tested by

no test coverage detected