Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ CrashedColor
Function
CrashedColor
cf/terminal/color.go:94–96 ·
view source on GitHub ↗
(message string)
Source
from the content-addressed store, hash-verified
92
}
93
94
func
CrashedColor(message string) string {
95
return
ColorizeBold(message, red)
96
}
97
98
func
FailureColor(message string) string {
99
return
ColorizeBold(message, red)
Callers
3
ColoredAppState
Function · 0.92
ColoredAppInstances
Function · 0.92
ColoredInstanceState
Function · 0.92
Calls
1
ColorizeBold
Function · 0.85
Tested by
no test coverage detected