MCPcopy 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
18function colorYellow(text: string): string {
19 return `${ANSI_YELLOW}${text}${ANSI_RESET}`;
20}
21
22export function formatCliTextLine(line: string): string {
23 if (!shouldUseCliColor()) {

Callers 1

formatCliTextLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected