MCPcopy
hub / github.com/cli/cli / Yellow

Method Yellow

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

Source from the content-addressed store, hash-verified

105}
106
107func (c *ColorScheme) Yellow(t string) string {
108 if !c.Enabled {
109 return t
110 }
111 return yellow(t)
112}
113
114func (c *ColorScheme) Yellowf(t string, args ...interface{}) string {
115 return c.Yellow(fmt.Sprintf(t, args...))

Callers 15

YellowfMethod · 0.95
WarningIconMethod · 0.95
viewRunFunction · 0.80
renderReleaseTTYFunction · 0.80
LoginFunction · 0.80
NewCmdExtensionFunction · 0.80
closeRunFunction · 0.80
unpinRunFunction · 0.80
reopenRunFunction · 0.80
pinRunFunction · 0.80
forkRunFunction · 0.80
filterHiddenDirSkillsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected