Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/QLHazyCoder/FlowPilot
/ normalizeFilterValue
Function
normalizeFilterValue
microsoft-email.js:178–180 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
176
}
177
178
function
normalizeFilterValue(value) {
179
return
String(value ||
''
).trim().toLowerCase();
180
}
181
182
function
getMessageSender(message) {
183
return
String(
Callers
1
extractVerificationCodeFromMessages
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected