Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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 .
68
func
Red(text string) string {
69
return
"\x1B[31m"
+ text +
"\x1B[0m"
70
}
71
72
// PrintBold prints a bold message
73
func
PrintBold(text string) {
Callers
2
ExtensionAllPath
Function · 0.92
AppAllPath
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected