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

Function doesMakefileExist

src/utils/xcodemake.ts:124–126  ·  view source on GitHub ↗
(projectDir: string)

Source from the content-addressed store, hash-verified

122}
123
124export function doesMakefileExist(projectDir: string): boolean {
125 return existsSync(`${projectDir}/Makefile`);
126}
127
128export function doesMakeLogFileExist(projectDir: string, command: string[]): boolean {
129 const originalDir = process.cwd();

Callers 1

executeXcodeBuildCommandFunction · 0.90

Calls 1

existsSyncFunction · 0.85

Tested by

no test coverage detected