Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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 ||
''
);
Callers
6
normalizeLuckmailPurchase
Function · 0.70
isLuckmailPurchaseForProject
Function · 0.70
buildLuckmailPurchaseView
Function · 0.70
listLuckmailPurchasesByProject
Function · 0.70
ensureLuckmailPreserveTag
Function · 0.70
luckmail-utils.test.js
File · 0.50
Calls
1
normalizeText
Function · 0.70
Tested by
no test coverage detected