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

Function getDirectories

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

Source from the content-addressed store, hash-verified

7464 return fileSystemEntryExists(path, 1 /* FileSystemEntryKind.Directory */);
7465 }
7466 function getDirectories(path) {
7467 return getAccessibleFileSystemEntries(path).directories.slice();
7468 }
7469 function realpath(path) {
7470 try {
7471 return realpathSync(path);

Callers

nothing calls this directly

Calls 4

toPathFunction · 0.85
tryReadDirectoryFunction · 0.85
sliceMethod · 0.65

Tested by

no test coverage detected