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

Method existsSync

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

Source from the content-addressed store, hash-verified

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

Callers 15

getTemplatePathMethod · 0.80
downloadTemplateMethod · 0.80
loadProjectConfigFunction · 0.80
validateFileExistsFunction · 0.80
hasResourceLayoutFunction · 0.80
findPackageRootFromFunction · 0.80
loadYamlFilesFunction · 0.80
detectClientsFunction · 0.80
readSkillContentFunction · 0.80
installSkillFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected