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

Function getIcloudLoginUrlForHost

icloud-utils.js:25–30  ·  view source on GitHub ↗
(host)

Source from the content-addressed store, hash-verified

23 }
24
25 function getIcloudLoginUrlForHost(host) {
26 const normalizedHost = normalizeIcloudHost(host);
27 if (normalizedHost === 'icloud.com') return 'https://www.icloud.com/';
28 if (normalizedHost === 'icloud.com.cn') return 'https://www.icloud.com.cn/';
29 return '';
30 }
31
32 function getIcloudMailUrlForHost(host) {
33 const normalizedHost = normalizeIcloudHost(host);

Callers 4

getMailConfigFunction · 0.85
getMailProviderLoginUrlFunction · 0.85

Calls 1

normalizeIcloudHostFunction · 0.85

Tested by

no test coverage detected