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

Function isNonEmptyText

src/utils/diagnostics.ts:10–12  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

8}
9
10function isNonEmptyText(value: string): boolean {
11 return value.trim().length > 0;
12}
13
14function normalizeDiagnosticMessage(message: string): string {
15 return message.replace(/^\s*(?:error|warning):\s*/iu, '');

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected