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

Function isSameFile

test/fixtures/snapshot/typescript.js:119234–119236  ·  view source on GitHub ↗
(file1, file2)

Source from the content-addressed store, hash-verified

119232 return false;
119233 }
119234 function isSameFile(file1, file2) {
119235 return ts.comparePaths(file1, file2, currentDirectory, !host.useCaseSensitiveFileNames()) === 0 /* Comparison.EqualTo */;
119236 }
119237 function getSymlinkCache() {
119238 if (host.getSymlinkCache) {
119239 return host.getSymlinkCache();

Callers 1

isEmittedFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…