MCPcopy
hub / github.com/QLHazyCoder/FlowPilot / syncHotmailAccounts

Function syncHotmailAccounts

background.js:1292–1298  ·  view source on GitHub ↗
(accounts)

Source from the content-addressed store, hash-verified

1290}
1291
1292async function syncHotmailAccounts(accounts) {
1293 const normalized = normalizeHotmailAccounts(accounts);
1294 await setPersistentSettings({ hotmailAccounts: normalized });
1295 await setState({ hotmailAccounts: normalized });
1296 broadcastDataUpdate({ hotmailAccounts: normalized });
1297 return normalized;
1298}
1299
1300async function upsertHotmailAccount(input) {
1301 const state = await getState();

Callers 6

upsertHotmailAccountFunction · 0.85
deleteHotmailAccountFunction · 0.85
deleteHotmailAccountsFunction · 0.85
patchHotmailAccountFunction · 0.85
setCurrentHotmailAccountFunction · 0.85
handleMessageFunction · 0.85

Calls 4

normalizeHotmailAccountsFunction · 0.85
setPersistentSettingsFunction · 0.85
setStateFunction · 0.85
broadcastDataUpdateFunction · 0.85

Tested by

no test coverage detected