MCPcopy 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
57function normalizeText(value) {
58 return String(value || '').replace(/\s+/g, ' ').trim();
59}
60
61function isDisplayed(element) {
62 if (!element) return false;

Callers 9

parseGmailTimestampTextFunction · 0.70
findInboxLinkFunction · 0.70
getCategoryKeyFromTextFunction · 0.70
getCategoryTabLabelFunction · 0.70
findRefreshButtonFunction · 0.70
collectThreadRowsFunction · 0.70
getRowPreviewTextFunction · 0.70
rowMatchesFiltersFunction · 0.70
openRowAndGetMessageTextFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected