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

Function isXcodemakeEnabled

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

Source from the content-addressed store, hash-verified

10let overriddenXcodemakePath: string | null = null;
11
12export function isXcodemakeEnabled(): boolean {
13 return getConfig().incrementalBuildsEnabled;
14}
15
16function getXcodemakeCommand(): string {
17 return overriddenXcodemakePath ?? 'xcodemake';

Callers 3

mainFunction · 0.90
executeXcodeBuildCommandFunction · 0.90
isXcodemakeAvailableFunction · 0.85

Calls 1

getConfigFunction · 0.90

Tested by

no test coverage detected