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

Function normalizeLuckmailEmailType

luckmail-utils.js:76–81  ·  view source on GitHub ↗
(rawValue = '')

Source from the content-addressed store, hash-verified

74 }
75
76 function normalizeLuckmailEmailType(rawValue = '') {
77 const normalized = String(rawValue || '').trim().toLowerCase();
78 return LUCKMAIL_EMAIL_TYPES.includes(normalized)
79 ? normalized
80 : DEFAULT_LUCKMAIL_EMAIL_TYPE;
81 }
82
83 function normalizeLuckmailProjectName(rawValue = '') {
84 return normalizeText(rawValue);

Callers 5

resetStateFunction · 0.70
getLuckmailSessionConfigFunction · 0.70
purchaseEmailsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected