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

Function extractAttributeValue

src/utils/test-preflight.ts:100–103  ·  view source on GitHub ↗
(tagBody: string, attributeName: string)

Source from the content-addressed store, hash-verified

98}
99
100function extractAttributeValue(tagBody: string, attributeName: string): string | undefined {
101 const match = tagBody.match(new RegExp(`${attributeName}\\s*=\\s*"([^"]+)"`));
102 return match?.[1];
103}
104
105function resolveContainerReference(reference: string, baseDir: string): string {
106 if (reference.startsWith('container:')) {

Callers 1

parseSchemeTargetsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected