MCPcopy Create free account
hub / github.com/QLHazyCoder/FlowPilot / isLuckmailPurchaseDisabled

Function isLuckmailPurchaseDisabled

luckmail-utils.js:297–299  ·  view source on GitHub ↗
(purchase)

Source from the content-addressed store, hash-verified

295 }
296
297 function isLuckmailPurchaseDisabled(purchase) {
298 return Number(normalizeLuckmailPurchase(purchase).user_disabled) === 1;
299 }
300
301 function isLuckmailPurchasePreserved(purchase, options = {}) {
302 const normalizedPurchase = normalizeLuckmailPurchase(purchase);

Callers 1

Calls 1

Tested by

no test coverage detected