Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudfoundry/cli
/ AdvisoryColor
Function
AdvisoryColor
cf/terminal/color.go:90–92 ·
view source on GitHub ↗
(message string)
Source
from the content-addressed store, hash-verified
88
}
89
90
func
AdvisoryColor(message string) string {
91
return
ColorizeBold(message, yellow)
92
}
93
94
func
CrashedColor(message string) string {
95
return
ColorizeBold(message, red)
Callers
1
ColoredInstanceState
Function · 0.92
Calls
1
ColorizeBold
Function · 0.85
Tested by
no test coverage detected