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

Function buildLuckmailMailCursor

luckmail-utils.js:237–243  ·  view source on GitHub ↗
(mail = {})

Source from the content-addressed store, hash-verified

235 }
236
237 function buildLuckmailMailCursor(mail = {}) {
238 const normalizedMail = normalizeLuckmailTokenMail(mail);
239 return normalizeLuckmailMailCursor({
240 messageId: normalizedMail.message_id,
241 receivedAt: normalizedMail.received_at,
242 });
243 }
244
245 function buildLuckmailBaselineCursor(mails) {
246 const latestMail = normalizeLuckmailTokenMails(mails)

Callers 3

Calls 2

Tested by

no test coverage detected