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

Function TableContentHeaderColor

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

Source from the content-addressed store, hash-verified

112}
113
114func TableContentHeaderColor(message string) string {
115 return ColorizeBold(message, cyan)
116}
117
118func WarningColor(message string) string {
119 return ColorizeBold(message, magenta)

Callers

nothing calls this directly

Calls 1

ColorizeBoldFunction · 0.85

Tested by

no test coverage detected