Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QLHazyCoder/FlowPilot
/ normalizeText
Function
normalizeText
content/gmail-mail.js:57–59 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
55
});
56
57
function
normalizeText(value) {
58
return
String(value ||
''
).replace(/\s+/g,
' '
).trim();
59
}
60
61
function
isDisplayed(element) {
62
if
(!element)
return
false;
Callers
9
parseGmailTimestampText
Function · 0.70
findInboxLink
Function · 0.70
getCategoryKeyFromText
Function · 0.70
getCategoryTabLabel
Function · 0.70
findRefreshButton
Function · 0.70
collectThreadRows
Function · 0.70
getRowPreviewText
Function · 0.70
rowMatchesFilters
Function · 0.70
openRowAndGetMessageText
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected