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

Function getCurrentLuckmailPurchase

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

Source from the content-addressed store, hash-verified

2184}
2185
2186function getCurrentLuckmailPurchase(state = {}) {
2187 return state.currentLuckmailPurchase
2188 ? normalizeLuckmailPurchase(state.currentLuckmailPurchase)
2189 : null;
2190}
2191
2192function buildLuckmailPurchaseView(purchase, state = {}) {
2193 const normalizedPurchase = normalizeLuckmailPurchase(purchase);

Callers 8

handleStepDataFunction · 0.70
handleStepDataFunction · 0.50

Calls 1

Tested by

no test coverage detected