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

Function isSimulatorPlatform

src/utils/infer-platform.ts:86–88  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

84}
85
86function isSimulatorPlatform(value: unknown): value is SimulatorPlatform {
87 return SIMULATOR_PLATFORMS.includes(value as SimulatorPlatform);
88}
89
90function inferSimulatorSelectorForTool(params: {
91 simulatorId?: string;

Callers 1

resolveCachedPlatformFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected