Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
export
function
extractQueryErrorMessages(rawOutput: string): string[] {
34
return
extractQueryDiagnostics(rawOutput).errors.map((error) => error.message);
35
}
Callers
2
xcodebuild-error-utils.test.ts
File · 0.90
formatQueryError
Function · 0.85
Calls
1
extractQueryDiagnostics
Function · 0.85
Tested by
no test coverage detected