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

Function getHotmailServiceSettings

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

Source from the content-addressed store, hash-verified

698}
699
700function getHotmailServiceSettings(state = {}) {
701 return {
702 mode: normalizeHotmailServiceMode(state.hotmailServiceMode),
703 remoteBaseUrl: normalizeHotmailRemoteBaseUrl(state.hotmailRemoteBaseUrl),
704 localBaseUrl: normalizeHotmailLocalBaseUrl(state.hotmailLocalBaseUrl),
705 };
706}
707
708function getCloudflareTempEmailConfig(state = {}) {
709 return {

Callers 4

requestHotmailLocalCodeFunction · 0.85

Tested by

no test coverage detected