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

Function scheduleEmailCleanup

content/mail-163.js:148–154  ·  view source on GitHub ↗
(item, step)

Source from the content-addressed store, hash-verified

146}
147
148function scheduleEmailCleanup(item, step) {
149 setTimeout(() => {
150 Promise.resolve(deleteEmail(item, step)).catch(() => {
151 // Cleanup is best effort only and must never affect the main verification flow.
152 });
153 }, 0);
154}
155
156// ============================================================
157// Email Polling

Callers 1

handlePollEmailFunction · 0.85

Calls 1

deleteEmailFunction · 0.85

Tested by

no test coverage detected