MCPcopy
hub / github.com/cli/cli / Mutedf

Method Mutedf

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

Source from the content-addressed store, hash-verified

90}
91
92func (c *ColorScheme) Mutedf(t string, args ...interface{}) string {
93 return c.Muted(fmt.Sprintf(t, args...))
94}
95
96func (c *ColorScheme) Red(t string) string {
97 if !c.Enabled {

Callers 8

renderReleaseTTYFunction · 0.80
printSessionFunction · 0.80
renderLicenseFunction · 0.80
viewRunFunction · 0.80
statusRunFunction · 0.80
runViewFunction · 0.80
RenderAnnotationsFunction · 0.80
printPrsFunction · 0.80

Calls 1

MutedMethod · 0.95

Tested by

no test coverage detected