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

Method stat

src/utils/FileSystemExecutor.ts:15–15  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

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 }>;
16 mkdtemp(prefix: string): Promise<string>;
17 tmpdir(): string;
18}

Callers 10

shouldSkipForCooldownFunction · 0.80
pruneKnownLogDirectoryFunction · 0.80
findSchemePathFunction · 0.80
collectSwiftFilesFunction · 0.80
statFunction · 0.80
isDirectoryOlderThanFunction · 0.80
discoverProjectsOrErrorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected