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

Function extractQueryErrorMessages

src/utils/xcodebuild-error-utils.ts:33–35  ·  view source on GitHub ↗
(rawOutput: string)

Source from the content-addressed store, hash-verified

31}
32
33export function extractQueryErrorMessages(rawOutput: string): string[] {
34 return extractQueryDiagnostics(rawOutput).errors.map((error) => error.message);
35}

Callers 2

formatQueryErrorFunction · 0.85

Calls 1

extractQueryDiagnosticsFunction · 0.85

Tested by

no test coverage detected