MCPcopy Index your code
hub / github.com/codeaashu/claude-code / pathsEqual

Function pathsEqual

src/utils/file.ts:582–584  ·  view source on GitHub ↗
(path1: string, path2: string)

Source from the content-addressed store, hash-verified

580 * Compare two file paths for equality, handling Windows case-insensitivity.
581 */
582export function pathsEqual(path1: string, path2: string): boolean {
583 return normalizePathForComparison(path1) === normalizePathForComparison(path2)
584}
585

Callers 1

beforeFileEditedMethod · 0.85

Calls 1

Tested by

no test coverage detected