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

Function normalizeLuckmailProjectName

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

Source from the content-addressed store, hash-verified

81 }
82
83 function normalizeLuckmailProjectName(rawValue = '') {
84 return normalizeText(rawValue);
85 }
86
87 function extractLuckmailVerificationCode(text) {
88 const source = String(text || '');

Calls 1

normalizeTextFunction · 0.70

Tested by

no test coverage detected