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

Function findMailItems

content/mail-163.js:72–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70// ============================================================
71
72function findMailItems() {
73 return document.querySelectorAll('div[sign="letter"]');
74}
75
76function getCurrentMailIds() {
77 const ids = new Set();

Callers 2

getCurrentMailIdsFunction · 0.70
handlePollEmailFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected