MCPcopy 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
111function normalizeForCompare(p: string): string {
112 const n = normalize(p)
113 return process.platform === 'win32' ? n.toLowerCase() : n
114}
115

Callers 1

pathsOverlapFunction · 0.85

Calls 1

normalizeFunction · 0.70

Tested by

no test coverage detected