MCPcopy Create free account
hub / github.com/getsentry/XcodeBuildMCP / colorRed

Function colorRed

src/utils/terminal-output.ts:14–16  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

12}
13
14function colorRed(text: string): string {
15 return `${ANSI_RED}${text}${ANSI_RESET}`;
16}
17
18function colorYellow(text: string): string {
19 return `${ANSI_YELLOW}${text}${ANSI_RESET}`;

Callers 1

formatCliTextLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected