Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
118
func
WarningColor(message string) string {
119
return
ColorizeBold(message, magenta)
120
}
121
122
func
LogStdoutColor(message string) string {
123
return
message
Callers
12
setAPIEndpoint
Method · 0.92
MetaData
Method · 0.92
MetaData
Method · 0.92
Execute
Method · 0.92
ApplicationStart
Method · 0.92
Execute
Method · 0.92
Execute
Method · 0.92
Execute
Method · 0.92
ColoredAppState
Function · 0.92
ColoredAppInstances
Function · 0.92
ColoredInstanceState
Function · 0.92
Warn
Method · 0.85
Calls
1
ColorizeBold
Function · 0.85
Tested by
no test coverage detected