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

Function readdir

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

Source from the content-addressed store, hash-verified

272 },
273
274 readdir(path: string, options?: { withFileTypes?: boolean }): Promise<unknown[]> {
275 return fsPromises.readdir(path, options as Record<string, unknown>);
276 },
277
278 rm(path: string, options?: { recursive?: boolean; force?: boolean }): Promise<void> {
279 return fsPromises.rm(path, options);

Callers 3

listYamlFilesFunction · 0.85
suitePathsFunction · 0.85
loadYamlDirFunction · 0.85

Calls 1

readdirMethod · 0.80

Tested by

no test coverage detected