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

Function checkIcloudSession

background.js:2993–2999  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2991}
2992
2993async function checkIcloudSession() {
2994 return withIcloudLoginHelp('检查 iCloud 会话', async () => {
2995 const { setupUrl } = await resolveIcloudPremiumMailService();
2996 await addLog(`iCloud:会话校验通过(${new URL(setupUrl).host})`, 'ok');
2997 return { ok: true, setupUrl };
2998 });
2999}
3000
3001async function listIcloudAliases() {
3002 return withIcloudLoginHelp('加载 iCloud 隐私邮箱列表', async () => {

Callers 1

handleMessageFunction · 0.85

Calls 3

withIcloudLoginHelpFunction · 0.85
addLogFunction · 0.70

Tested by

no test coverage detected