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

Function normalizeCloudflareTempEmailAddress

cloudflare-temp-email-utils.js:108–110  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

106 }
107
108 function normalizeCloudflareTempEmailAddress(value) {
109 return String(value || '').trim().toLowerCase();
110 }
111
112 function splitRawMessage(raw = '') {
113 const source = String(raw || '');

Calls

no outgoing calls

Tested by

no test coverage detected