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

Function pickReusableLuckmailPurchase

luckmail-utils.js:348–350  ·  view source on GitHub ↗
(purchases, options = {})

Source from the content-addressed store, hash-verified

346 }
347
348 function pickReusableLuckmailPurchase(purchases, options = {}) {
349 return filterReusableLuckmailPurchases(purchases, options)[0] || null;
350 }
351
352 function mailMatchesLuckmailFilters(mail, filters = {}) {
353 const normalizedMail = normalizeLuckmailTokenMail(mail);

Callers 1

Calls 1

Tested by

no test coverage detected