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

Function executeMakeCommand

src/utils/xcodemake.ts:179–185  ·  view source on GitHub ↗
(
  projectDir: string,
  logPrefix: string,
)

Source from the content-addressed store, hash-verified

177}
178
179export async function executeMakeCommand(
180 projectDir: string,
181 logPrefix: string,
182): Promise<CommandResponse> {
183 const command = ['make'];
184 return getDefaultCommandExecutor()(command, logPrefix, false, { cwd: projectDir });
185}

Callers 1

executeXcodeBuildCommandFunction · 0.90

Calls 1

Tested by

no test coverage detected