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

Function resolveTestProgressEnabled

src/utils/test-common.ts:79–81  ·  view source on GitHub ↗
(progress: boolean | undefined)

Source from the content-addressed store, hash-verified

77}
78
79export function resolveTestProgressEnabled(progress: boolean | undefined): boolean {
80 return progress ?? process.env.XCODEBUILDMCP_RUNTIME === 'mcp';
81}
82
83export interface SharedTestExecutorParams {
84 workspacePath?: string;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected