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

Function getLuckmailPreserveTagInfo

background.js:1028–1033  ·  view source on GitHub ↗
(state = {})

Source from the content-addressed store, hash-verified

1026}
1027
1028function getLuckmailPreserveTagInfo(state = {}) {
1029 return {
1030 id: Number(state?.luckmailPreserveTagId) || 0,
1031 name: String(state?.luckmailPreserveTagName || '').trim() || DEFAULT_LUCKMAIL_PRESERVE_TAG_NAME,
1032 };
1033}
1034
1035async function setLuckmailUsedPurchasesState(usedPurchases) {
1036 const normalizedUsedPurchases = normalizeLuckmailUsedPurchases(usedPurchases);

Calls

no outgoing calls

Tested by

no test coverage detected