Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ SuccessColor
Function
SuccessColor
cf/terminal/color.go:102–104 ·
view source on GitHub ↗
(message string)
Source
from the content-addressed store, hash-verified
100
}
101
102
func
SuccessColor(message string) string {
103
return
ColorizeBold(message, green)
104
}
105
106
func
EntityNameColor(message string) string {
107
return
ColorizeBold(message, cyan)
Callers
1
Ok
Method · 0.85
Calls
1
ColorizeBold
Function · 0.85
Tested by
no test coverage detected