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

Function isHotmailProvider

background.js:1264–1269  ·  view source on GitHub ↗
(stateOrProvider)

Source from the content-addressed store, hash-verified

1262}
1263
1264function isHotmailProvider(stateOrProvider) {
1265 const provider = typeof stateOrProvider === 'string'
1266 ? stateOrProvider
1267 : stateOrProvider?.mailProvider;
1268 return provider === HOTMAIL_PROVIDER;
1269}
1270
1271function isLuckmailProvider(stateOrProvider) {
1272 const provider = typeof stateOrProvider === 'string'

Callers 8

deleteHotmailAccountFunction · 0.85
deleteHotmailAccountsFunction · 0.85
patchHotmailAccountFunction · 0.85
handleStepDataFunction · 0.85
ensureAutoEmailReadyFunction · 0.85
handleStepDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected