MCPcopy
hub / github.com/codeaashu/claude-code / normalizeCaseForComparison

Function normalizeCaseForComparison

src/utils/permissions/filesystem.ts:90–92  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

88 * @returns The lowercase path for safe comparison
89 */
90export function normalizeCaseForComparison(path: string): string {
91 return path.toLowerCase()
92}
93
94/**
95 * If filePath is inside a .claude/skills/{name}/ directory (project or global),

Callers 7

isInClaudeFolderFunction · 0.85
isInGlobalClaudeFolderFunction · 0.85
getClaudeSkillScopeFunction · 0.85
isClaudeSettingsPathFunction · 0.85
pathInWorkingPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected