Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
function
colorRed(text: string): string {
15
return
`${ANSI_RED}${text}${ANSI_RESET}`;
16
}
17
18
function
colorYellow(text: string): string {
19
return
`${ANSI_YELLOW}${text}${ANSI_RESET}`;
Callers
1
formatCliTextLine
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected