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

Function StoppedColor

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

Source from the content-addressed store, hash-verified

84}
85
86func StoppedColor(message string) string {
87 return ColorizeBold(message, grey)
88}
89
90func AdvisoryColor(message string) string {
91 return ColorizeBold(message, yellow)

Callers 1

ColoredInstanceStateFunction · 0.92

Calls 1

ColorizeBoldFunction · 0.85

Tested by

no test coverage detected