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

Function normalizeTestIdentifier

src/utils/xcodebuild-run-state.ts:47–49  ·  view source on GitHub ↗
(value: string | undefined)

Source from the content-addressed store, hash-verified

45}
46
47function normalizeTestIdentifier(value: string | undefined): string {
48 return (value ?? '').trim().replace(/\(\)$/u, '').toLowerCase();
49}
50
51function normalizeTestFailureLocation(location: string | undefined): string | null {
52 if (!location) {

Callers 1

normalizeTestFailureKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected