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

Function getIcloudAliasLabel

background.js:2987–2991  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2985}
2986
2987function getIcloudAliasLabel() {
2988 const now = new Date();
2989 const dateStr = `${now.getFullYear()}-${String(now.getMonth() + 1).padStart(2, '0')}-${String(now.getDate()).padStart(2, '0')}`;
2990 return `MultiPage ${dateStr}`;
2991}
2992
2993async function checkIcloudSession() {
2994 return withIcloudLoginHelp('检查 iCloud 会话', async () => {

Callers 1

fetchIcloudHideMyEmailFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected