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

Function fileNameEqual

test/fixtures/snapshot/typescript.js:115277–115279  ·  view source on GitHub ↗
(name1, name2)

Source from the content-addressed store, hash-verified

115275 }
115276 }
115277 function fileNameEqual(name1, name2) {
115278 return getCanonicalFileName(name1) === getCanonicalFileName(name2);
115279 }
115280 function hasEntry(entries, name) {
115281 return ts.some(entries, function (file) { return fileNameEqual(file, name); });
115282 }

Callers 2

hasEntryFunction · 0.85
updateFileSystemEntryFunction · 0.85

Calls 1

getCanonicalFileNameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…