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

Function request

background.js:2058–2062  ·  view source on GitHub ↗
(method, path, options = {})

Source from the content-addressed store, hash-verified

2056 const config = getLuckmailSessionConfig(state);
2057 const apiKey = ensureLuckmailApiKey(state);
2058 const request = (method, path, options = {}) => requestLuckmail(method, path, {
2059 baseUrl: config.baseUrl,
2060 apiKey,
2061 ...options,
2062 });
2063
2064 return {
2065 user: {

Callers 12

purchaseEmailsFunction · 0.85
getPurchasesFunction · 0.85
getTokenCodeFunction · 0.85
checkTokenAliveFunction · 0.85
getTokenMailsFunction · 0.85
getTokenMailDetailFunction · 0.85
setPurchaseDisabledFunction · 0.85
batchSetPurchaseDisabledFunction · 0.85
setPurchaseTagFunction · 0.85
batchSetPurchaseTagFunction · 0.85
getTagsFunction · 0.85
createTagFunction · 0.85

Calls 1

requestLuckmailFunction · 0.85

Tested by

no test coverage detected