MCPcopy
hub / github.com/cli/cli / Blue

Method Blue

pkg/iostreams/color.go:181–186  ·  view source on GitHub ↗
(t string)

Source from the content-addressed store, hash-verified

179}
180
181func (c *ColorScheme) Blue(t string) string {
182 if !c.Enabled {
183 return t
184 }
185 return blue(t)
186}
187
188func (c *ColorScheme) Bluef(t string, args ...interface{}) string {
189 return c.Blue(fmt.Sprintf(t, args...))

Callers 5

BluefMethod · 0.95
displayResultsFunction · 0.80
printContentFunction · 0.80
promptInstallFunction · 0.80
CreateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected