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

Function normalizeHotmailServiceMode

hotmail-utils.js:30–34  ·  view source on GitHub ↗
(rawValue = '')

Source from the content-addressed store, hash-verified

28 }
29
30 function normalizeHotmailServiceMode(rawValue = '') {
31 return String(rawValue || '').trim().toLowerCase() === HOTMAIL_SERVICE_MODE_REMOTE
32 ? HOTMAIL_SERVICE_MODE_REMOTE
33 : HOTMAIL_SERVICE_MODE_LOCAL;
34 }
35
36 function extractVerificationCode(text) {
37 const source = String(text || '');

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected