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

Function isLuckmailProvider

background.js:1271–1276  ·  view source on GitHub ↗
(stateOrProvider)

Source from the content-addressed store, hash-verified

1269}
1270
1271function isLuckmailProvider(stateOrProvider) {
1272 const provider = typeof stateOrProvider === 'string'
1273 ? stateOrProvider
1274 : stateOrProvider?.mailProvider;
1275 return provider === LUCKMAIL_PROVIDER;
1276}
1277
1278function isCustomMailProvider(stateOrProvider) {
1279 const provider = typeof stateOrProvider === 'string'

Callers 7

handleStepDataFunction · 0.70
ensureAutoEmailReadyFunction · 0.70
handleStepDataFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected