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

Function getMail2925Mode

background.js:1285–1290  ·  view source on GitHub ↗
(stateOrMode)

Source from the content-addressed store, hash-verified

1283}
1284
1285function getMail2925Mode(stateOrMode) {
1286 if (typeof stateOrMode === 'string') {
1287 return normalizeMail2925Mode(stateOrMode);
1288 }
1289 return normalizeMail2925Mode(stateOrMode?.mail2925Mode);
1290}
1291
1292async function syncHotmailAccounts(accounts) {
1293 const normalized = normalizeHotmailAccounts(accounts);

Callers 1

isGeneratedAliasProviderFunction · 0.85

Calls 1

normalizeMail2925ModeFunction · 0.70

Tested by

no test coverage detected