MCPcopy
hub / github.com/claude-code-best/claude-code / pathsEqual

Function pathsEqual

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

Source from the content-addressed store, hash-verified

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

Callers 2

file.test.tsFile · 0.90
beforeFileEditedMethod · 0.85

Calls 1

Tested by

no test coverage detected