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

Function nonEmptyLines

src/utils/diagnostics.ts:30–32  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

28}
29
30export function nonEmptyLines(text: string): string[] {
31 return text.split(/\r?\n/).filter(isNonEmptyText);
32}
33
34export function createBasicDiagnostics(options: {
35 warnings?: readonly DiagnosticInput[];

Callers 4

extractQueryDiagnosticsFunction · 0.90
createBasicDiagnosticsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected