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

Function getLuckmailSessionConfig

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

Source from the content-addressed store, hash-verified

1971}
1972
1973function getLuckmailSessionConfig(state = {}) {
1974 return {
1975 apiKey: String(state.luckmailApiKey || ''),
1976 baseUrl: normalizeLuckmailBaseUrl(state.luckmailBaseUrl),
1977 emailType: normalizeLuckmailEmailType(state.luckmailEmailType),
1978 domain: String(state.luckmailDomain || '').trim(),
1979 };
1980}
1981
1982function ensureLuckmailApiKey(state = {}) {
1983 const apiKey = String(state.luckmailApiKey || '').trim();

Callers 2

createLuckmailClientFunction · 0.85

Calls 2

normalizeLuckmailBaseUrlFunction · 0.70

Tested by

no test coverage detected