MCPcopy Create free account
hub / github.com/Noumena-Network/code / normalizeCaseForComparison

Function normalizeCaseForComparison

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

Source from the content-addressed store, hash-verified

91 * @returns The lowercase path for safe comparison
92 */
93export function normalizeCaseForComparison(path: string): string {
94 return path.toLowerCase()
95}
96
97/**
98 * If filePath is inside a managed skills directory (.ncode/skills/{name}/ or

Callers 8

isInClaudeFolderFunction · 0.85
isInGlobalClaudeFolderFunction · 0.85
getFilePermissionOptionsFunction · 0.85
getNcodeSkillScopeFunction · 0.85
isNcodeSettingsPathFunction · 0.85
pathInWorkingPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected