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

Function isElementRef

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

Source from the content-addressed store, hash-verified

9const SIM_RUNTIME_ROOT = '<SIM_RUNTIME_ROOT>';
10
11function isElementRef(value: string): boolean {
12 return /^e\d+$/.test(value);
13}
14
15function isIosRuntimeLabel(value: string): boolean {
16 return /^iOS \d+(?:\.\d+)*$/.test(value);

Callers 1

normalizeStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected