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

Function broadcastIcloudAliasesChanged

background.js:1000–1005  ·  view source on GitHub ↗
(payload = {})

Source from the content-addressed store, hash-verified

998}
999
1000function broadcastIcloudAliasesChanged(payload = {}) {
1001 chrome.runtime.sendMessage({
1002 type: 'ICLOUD_ALIASES_CHANGED',
1003 payload,
1004 }).catch(() => { });
1005}
1006
1007async function setEmailStateSilently(email) {
1008 await setState({ email });

Callers 4

setIcloudAliasUsedStateFunction · 0.85
deleteIcloudAliasFunction · 0.85
fetchIcloudHideMyEmailFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected