Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
474
function
pathsAreSame(a, b) {
475
if
(!a || !b)
return
false;
476
return
normalizePath(a) === normalizePath(b);
477
}
Callers
1
collectCandidateDirectories
Function · 0.85
Calls
1
normalizePath
Function · 0.85
Tested by
no test coverage detected