Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ EntityNameColor
Function
EntityNameColor
cf/terminal/color.go:106–108 ·
view source on GitHub ↗
(message string)
Source
from the content-addressed store, hash-verified
104
}
105
106
func
EntityNameColor(message string) string {
107
return
ColorizeBold(message, cyan)
108
}
109
110
func
PromptColor(message string) string {
111
return
ColorizeBold(message, cyan)
Callers
15
Execute
Method · 0.92
Execute
Method · 0.92
decideEndpoint
Method · 0.92
setOrganization
Method · 0.92
targetOrganization
Method · 0.92
setSpace
Method · 0.92
targetSpace
Method · 0.92
Execute
Method · 0.92
Execute
Method · 0.92
Execute
Method · 0.92
Execute
Method · 0.92
Execute
Method · 0.92
Calls
1
ColorizeBold
Function · 0.85
Tested by
no test coverage detected