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

Function listLuckmailPurchasesForManagement

background.js:2279–2285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2277}
2278
2279async function listLuckmailPurchasesForManagement() {
2280 const state = await getState();
2281 const purchases = await listLuckmailPurchasesByProject(state, {
2282 projectCode: DEFAULT_LUCKMAIL_PROJECT_CODE,
2283 });
2284 return purchases.map((purchase) => buildLuckmailPurchaseView(purchase, state));
2285}
2286
2287async function ensureLuckmailPreserveTag(client, state = null) {
2288 const resolvedState = state || await getState();

Callers 1

handleMessageFunction · 0.85

Calls 3

getStateFunction · 0.85

Tested by

no test coverage detected