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

Function requiresSimulatorDefault

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

Source from the content-addressed store, hash-verified

611}
612
613function requiresSimulatorDefault(enabledWorkflows: string[]): boolean {
614 return enabledWorkflows.some((workflowId) => SIMULATOR_DEFAULT_WORKFLOWS.has(workflowId));
615}
616
617function requiresDeviceDefault(enabledWorkflows: string[]): boolean {
618 return enabledWorkflows.some((workflowId) => DEVICE_DEFAULT_WORKFLOWS.has(workflowId));

Callers 1

collectSetupSelectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected