Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
16
function
getXcodemakeCommand(): string {
17
return
overriddenXcodemakePath ??
'xcodemake'
;
18
}
19
20
function
isExecutable(path: string): boolean {
21
try {
Callers
1
executeXcodemakeCommand
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected