Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/getsentry/XcodeBuildMCP
/ colorYellow
Function
colorYellow
src/utils/terminal-output.ts:18–20 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
16
}
17
18
function
colorYellow(text: string): string {
19
return
`${ANSI_YELLOW}${text}${ANSI_RESET}`;
20
}
21
22
export
function
formatCliTextLine(line: string): string {
23
if
(!shouldUseCliColor()) {
Callers
1
formatCliTextLine
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected