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

Function getTokenCode

background.js:2091–2096  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

2089 }));
2090 },
2091 async getTokenCode(token) {
2092 return normalizeLuckmailTokenCode(await request(
2093 'GET',
2094 `/api/v1/openapi/email/token/${encodeURIComponent(token)}/code`
2095 ));
2096 },
2097 async checkTokenAlive(token) {
2098 const data = await request(
2099 'GET',

Callers

nothing calls this directly

Calls 2

requestFunction · 0.85

Tested by

no test coverage detected