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

Function getCachedFileSystemEntries

test/fixtures/snapshot/typescript.js:115230–115232  ·  view source on GitHub ↗
(rootDirPath)

Source from the content-addressed store, hash-verified

115228 return ts.toPath(fileName, currentDirectory, getCanonicalFileName);
115229 }
115230 function getCachedFileSystemEntries(rootDirPath) {
115231 return cachedReadDirectoryResult.get(ts.ensureTrailingDirectorySeparator(rootDirPath));
115232 }
115233 function getCachedFileSystemEntriesForBaseDir(path) {
115234 return getCachedFileSystemEntries(ts.getDirectoryPath(path));
115235 }

Callers 3

tryReadDirectoryFunction · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…