MCPcopy
hub / github.com/cli/cli / Cyanf

Method Cyanf

pkg/iostreams/color.go:170–172  ·  view source on GitHub ↗
(t string, args ...interface{})

Source from the content-addressed store, hash-verified

168}
169
170func (c *ColorScheme) Cyanf(t string, args ...interface{}) string {
171 return c.Cyan(fmt.Sprintf(t, args...))
172}
173
174func (c *ColorScheme) CyanBold(t string) string {
175 if !c.Enabled {

Callers 11

listRunFunction · 0.80
viewRunFunction · 0.80
listRunFunction · 0.80
createRunFunction · 0.80
runRerunFunction · 0.80
RenderRunHeaderFunction · 0.80
RenderJobsFunction · 0.80
RenderJobsCompactFunction · 0.80
watchRunFunction · 0.80
viewWorkflowContentFunction · 0.80
viewWorkflowInfoFunction · 0.80

Calls 1

CyanMethod · 0.95

Tested by

no test coverage detected