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

Function setLuckmailPurchaseState

background.js:1078–1083  ·  view source on GitHub ↗
(purchase)

Source from the content-addressed store, hash-verified

1076}
1077
1078async function setLuckmailPurchaseState(purchase) {
1079 const normalizedPurchase = purchase ? normalizeLuckmailPurchase(purchase) : null;
1080 await setState({ currentLuckmailPurchase: normalizedPurchase });
1081 broadcastDataUpdate({ currentLuckmailPurchase: normalizedPurchase });
1082 return normalizedPurchase;
1083}
1084
1085async function setLuckmailMailCursorState(cursor) {
1086 const normalizedCursor = cursor ? normalizeLuckmailMailCursor(cursor) : null;

Callers 1

Calls 3

setStateFunction · 0.85
broadcastDataUpdateFunction · 0.85

Tested by

no test coverage detected