MCPcopy
hub / github.com/spicetify/cli / Red

Function Red

src/utils/print.go:68–70  ·  view source on GitHub ↗

Red .

(text string)

Source from the content-addressed store, hash-verified

66
67// Red .
68func Red(text string) string {
69 return "\x1B[31m" + text + "\x1B[0m"
70}
71
72// PrintBold prints a bold message
73func PrintBold(text string) {

Callers 2

ExtensionAllPathFunction · 0.92
AppAllPathFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected