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

Function getEffectiveUsedEmails

background.js:1118–1120  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

1116}
1117
1118function getEffectiveUsedEmails(state) {
1119 return toNormalizedEmailSet(getManualAliasUsageMap(state));
1120}
1121
1122async function setIcloudAliasUsedState(payload = {}, options = {}) {
1123 const email = String(payload.email || '').trim().toLowerCase();

Callers 2

listIcloudAliasesFunction · 0.85
fetchIcloudHideMyEmailFunction · 0.85

Calls 2

toNormalizedEmailSetFunction · 0.85
getManualAliasUsageMapFunction · 0.85

Tested by

no test coverage detected