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

Function normalizeEventLine

src/utils/xcodebuild-event-parser.ts:93–95  ·  view source on GitHub ↗
(rawLine: string)

Source from the content-addressed store, hash-verified

91}
92
93function normalizeEventLine(rawLine: string): string {
94 return rawLine.trim().replace(/^(?:\u200B|\u200C|\u200D|\uFEFF)+/u, '');
95}
96
97function parseXcresultPathLine(line: string): string | null {
98 const resultBundleMessage = line.match(

Callers 1

processLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected