MCPcopy 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
94func CrashedColor(message string) string {
95 return ColorizeBold(message, red)
96}
97
98func FailureColor(message string) string {
99 return ColorizeBold(message, red)

Callers 3

ColoredAppStateFunction · 0.92
ColoredAppInstancesFunction · 0.92
ColoredInstanceStateFunction · 0.92

Calls 1

ColorizeBoldFunction · 0.85

Tested by

no test coverage detected