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

Function stat

src/utils/command.ts:286–288  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

284 },
285
286 stat(path: string): Promise<{ isDirectory(): boolean; mtimeMs: number }> {
287 return fsPromises.stat(path);
288 },
289
290 mkdtemp(prefix: string): Promise<string> {
291 return fsPromises.mkdtemp(prefix);

Callers 1

readStoredResultFunction · 0.85

Calls 1

statMethod · 0.80

Tested by

no test coverage detected