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

Function getXcodemakeCommand

src/utils/xcodemake.ts:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16function getXcodemakeCommand(): string {
17 return overriddenXcodemakePath ?? 'xcodemake';
18}
19
20function isExecutable(path: string): boolean {
21 try {

Callers 1

executeXcodemakeCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected