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

Function requiresDeviceDefault

src/cli/commands/setup.ts:617–619  ·  view source on GitHub ↗
(enabledWorkflows: string[])

Source from the content-addressed store, hash-verified

615}
616
617function requiresDeviceDefault(enabledWorkflows: string[]): boolean {
618 return enabledWorkflows.some((workflowId) => DEVICE_DEFAULT_WORKFLOWS.has(workflowId));
619}
620
621function getDevicePlatformLabel(platformIdentifier?: string): string {
622 const platformId = platformIdentifier?.toLowerCase() ?? '';

Callers 1

collectSetupSelectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected