MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / pathsAreSame

Function pathsAreSame

src/lib/prettierFormatter.js:474–477  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

472}
473
474function pathsAreSame(a, b) {
475 if (!a || !b) return false;
476 return normalizePath(a) === normalizePath(b);
477}

Callers 1

Calls 1

normalizePathFunction · 0.85

Tested by

no test coverage detected