MCPcopy Index your code
hub / github.com/QLHazyCoder/FlowPilot / icloud-mail.js

File icloud-mail.js

content/icloud-mail.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const ICLOUD_MAIL_PREFIX = '[MultiPage:icloud-mail]';
2const isTopFrame = window === window.top;
3
4console.log(ICLOUD_MAIL_PREFIX, 'Content script loaded on', location.href, 'frame:', isTopFrame ? 'top' : 'child');

Callers

nothing calls this directly

Calls 5

isMailApplicationFrameFunction · 0.85
resetStopStateFunction · 0.85
logFunction · 0.85
handlePollEmailFunction · 0.70
isStopErrorFunction · 0.70

Tested by

no test coverage detected