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

Function addBuildMessage

src/utils/build-utils.ts:38–42  ·  view source on GitHub ↗
(message: string, level: 'info' | 'success' = 'info')

Source from the content-addressed store, hash-verified

36 pipeline?: XcodebuildPipeline,
37): Promise<BuildCommandResult> {
38 function addBuildMessage(message: string, level: 'info' | 'success' = 'info'): void {
39 pipeline?.emitFragment(
40 createNoticeFragment('BUILD', message.replace(/^[^\p{L}\p{N}]+/u, '').trim(), level),
41 );
42 }
43
44 log('info', `Starting ${platformOptions.logPrefix} ${buildAction} for scheme ${params.scheme}`);
45

Callers 1

executeXcodeBuildCommandFunction · 0.85

Calls 2

createNoticeFragmentFunction · 0.90
emitFragmentMethod · 0.65

Tested by

no test coverage detected