Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ StoppedColor
Function
StoppedColor
cf/terminal/color.go:86–88 ·
view source on GitHub ↗
(message string)
Source
from the content-addressed store, hash-verified
84
}
85
86
func
StoppedColor(message string) string {
87
return
ColorizeBold(message, grey)
88
}
89
90
func
AdvisoryColor(message string) string {
91
return
ColorizeBold(message, yellow)
Callers
1
ColoredInstanceState
Function · 0.92
Calls
1
ColorizeBold
Function · 0.85
Tested by
no test coverage detected