MCPcopy Index your code
hub / github.com/nodejs/node / comparePathsCaseSensitive

Function comparePathsCaseSensitive

test/fixtures/snapshot/typescript.js:8090–8092  ·  view source on GitHub ↗

* Performs a case-sensitive comparison of two paths. Path roots are always compared case-insensitively.

(a, b)

Source from the content-addressed store, hash-verified

8088 * Performs a case-sensitive comparison of two paths. Path roots are always compared case-insensitively.
8089 */
8090 function comparePathsCaseSensitive(a, b) {
8091 return comparePathsWorker(a, b, ts.compareStringsCaseSensitive);
8092 }
8093 ts.comparePathsCaseSensitive = comparePathsCaseSensitive;
8094 /**
8095 * Performs a case-insensitive comparison of two paths.

Callers

nothing calls this directly

Calls 1

comparePathsWorkerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…