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

Function existsSync

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

Source from the content-addressed store, hash-verified

280 },
281
282 existsSync(path: string): boolean {
283 return existsSync(path);
284 },
285
286 stat(path: string): Promise<{ isDirectory(): boolean; mtimeMs: number }> {
287 return fsPromises.stat(path);

Callers 15

tsup.config.tsFile · 0.85
rotateLogIfNeededFunction · 0.85
ensureLogDirFunction · 0.85
resolveBundledAxePathFunction · 0.85
getBundledAxeEnvironmentFunction · 0.85
defaultExecutorFunction · 0.85
isXcodemakeAvailableFunction · 0.85
doesMakefileExistFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected