Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
function
isIosRuntimeLabel(value: string): boolean {
16
return
/^iOS \d+(?:\.\d+)*$/.test(value);
17
}
18
19
type
NormalizeStructuredEnvelopeOptions = NormalizeSnapshotOutputOptions;
20
Callers
1
normalizeString
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected