MCPcopy Create free account
hub / github.com/cli/cli / Cyan

Method Cyan

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

Source from the content-addressed store, hash-verified

161}
162
163func (c *ColorScheme) Cyan(t string) string {
164 if !c.Enabled {
165 return t
166 }
167 return cyan(t)
168}
169
170func (c *ColorScheme) Cyanf(t string, args ...any) string {
171 return c.Cyan(fmt.Sprintf(t, args...))

Callers 15

CyanfMethod · 0.95
viewRunFunction · 0.80
selectRulesetIDFunction · 0.80
NewCmdExtensionFunction · 0.80
deleteRunFunction · 0.80
updateRunFunction · 0.80
closeRunFunction · 0.80
deleteLocalBranchMethod · 0.80
deleteRemoteBranchMethod · 0.80
createRunFunction · 0.80
statusRunFunction · 0.80
printPrsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected