MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / arePathsSameImpl

Function arePathsSameImpl

src/platform/common/platform/fileUtils.ts:11–13  ·  view source on GitHub ↗
(path1: string, path2: string)

Source from the content-addressed store, hash-verified

9}
10
11function arePathsSameImpl(path1: string, path2: string): boolean {
12 return normCasePath(path1) === normCasePath(path2);
13}
14
15// Export through a mutable object to allow stubbing in ESM tests
16export const fileUtilsCommonUtils = {

Callers

nothing calls this directly

Calls 1

normCasePathFunction · 0.85

Tested by

no test coverage detected