MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / readdir

Method readdir

src/utils/FileSystemExecutor.ts:12–12  ·  view source on GitHub ↗
(path: string, options?: { withFileTypes?: boolean })

Source from the content-addressed store, hash-verified

10 createWriteStream(path: string, options?: { flags?: string }): WriteStream;
11 cp(source: string, destination: string, options?: { recursive?: boolean }): Promise<void>;
12 readdir(path: string, options?: { withFileTypes?: boolean }): Promise<unknown[]>;
13 rm(path: string, options?: { recursive?: boolean; force?: boolean }): Promise<void>;
14 existsSync(path: string): boolean;
15 stat(path: string): Promise<{ isDirectory(): boolean; mtimeMs: number }>;

Callers 10

pruneKnownLogDirectoryFunction · 0.80
listDirectoryEntriesFunction · 0.80
readdirFunction · 0.80
readRegistryDirectoryFunction · 0.80
processDirectoryFunction · 0.80
processDirectoryFunction · 0.80
_findProjectsRecursiveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected