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

Function getCachedFileSystemEntriesForBaseDir

test/fixtures/snapshot/typescript.js:115233–115235  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

115231 return cachedReadDirectoryResult.get(ts.ensureTrailingDirectorySeparator(rootDirPath));
115232 }
115233 function getCachedFileSystemEntriesForBaseDir(path) {
115234 return getCachedFileSystemEntries(ts.getDirectoryPath(path));
115235 }
115236 function getBaseNameOfFileName(fileName) {
115237 return ts.getBaseFileName(ts.normalizePath(fileName));
115238 }

Callers 5

writeFileFunction · 0.85
fileExistsFunction · 0.85
createDirectoryFunction · 0.85
addOrDeleteFileFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…