MCPcopy Index your code
hub / github.com/cloudfoundry/cli / WarningColor

Function WarningColor

cf/terminal/color.go:118–120  ·  view source on GitHub ↗
(message string)

Source from the content-addressed store, hash-verified

116}
117
118func WarningColor(message string) string {
119 return ColorizeBold(message, magenta)
120}
121
122func LogStdoutColor(message string) string {
123 return message

Callers 12

setAPIEndpointMethod · 0.92
MetaDataMethod · 0.92
MetaDataMethod · 0.92
ExecuteMethod · 0.92
ApplicationStartMethod · 0.92
ExecuteMethod · 0.92
ExecuteMethod · 0.92
ExecuteMethod · 0.92
ColoredAppStateFunction · 0.92
ColoredAppInstancesFunction · 0.92
ColoredInstanceStateFunction · 0.92
WarnMethod · 0.85

Calls 1

ColorizeBoldFunction · 0.85

Tested by

no test coverage detected