Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/QLHazyCoder/FlowPilot
/ normalizeType
Function
normalizeType
content/activation-utils.js:13–15 ·
view source on GitHub ↗
(type)
Source
from the content-addressed store, hash-verified
11
}
12
13
function
normalizeType(
type
) {
14
return
String(
type
||
''
).trim().toLowerCase();
15
}
16
17
function
normalizePathname(pathname) {
18
return
String(pathname ||
''
).trim().toLowerCase();
Callers
1
getActivationStrategy
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected