MCPcopy Create free account
hub / github.com/getsentry/XcodeBuildMCP / isIosRuntimeLabel

Function isIosRuntimeLabel

src/snapshot-tests/json-normalize.ts:15–17  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

13}
14
15function isIosRuntimeLabel(value: string): boolean {
16 return /^iOS \d+(?:\.\d+)*$/.test(value);
17}
18
19type NormalizeStructuredEnvelopeOptions = NormalizeSnapshotOutputOptions;
20

Callers 1

normalizeStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected