MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getDirectories

Method getDirectories

compiler/companion/src/project/TypeScriptHosts.ts:77–79  ·  view source on GitHub ↗
(directoryName: string)

Source from the content-addressed store, hash-verified

75 }
76
77 getDirectories?(directoryName: string): string[] {
78 return this.fileManager.getDirectories(this.fileManager.resolvePath(directoryName)).map((p) => p.absolutePath);
79 }
80
81 realpath?(path: string): string {
82 return this.fileManager.resolvePath(path).absolutePath;

Callers 1

getFileSystemEntriesFunction · 0.45

Calls 2

mapMethod · 0.45
resolvePathMethod · 0.45

Tested by

no test coverage detected