Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ normalizeForCompare
Function
normalizeForCompare
src/utils/plugins/orphanedPluginFilter.ts:111–114 ·
view source on GitHub ↗
(p: string)
Source
from the content-addressed store, hash-verified
109
}
110
111
function
normalizeForCompare(p: string): string {
112
const
n = normalize(p)
113
return
process.platform ===
'win32'
? n.toLowerCase() : n
114
}
115
Callers
1
pathsOverlap
Function · 0.85
Calls
1
normalize
Function · 0.70
Tested by
no test coverage detected