Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli/cli
/ Mutedf
Method
Mutedf
pkg/iostreams/color.go:92–94 ·
view source on GitHub ↗
(t string, args ...any)
Source
from the content-addressed store, hash-verified
90
}
91
92
func
(c *ColorScheme) Mutedf(t string, args ...any) string {
93
return
c.Muted(fmt.Sprintf(t, args...))
94
}
95
96
func
(c *ColorScheme) Red(t string) string {
97
if
!c.Enabled {
Callers
8
renderReleaseTTY
Function · 0.80
printSession
Function · 0.80
renderLicense
Function · 0.80
viewRun
Function · 0.80
statusRun
Function · 0.80
runView
Function · 0.80
RenderAnnotations
Function · 0.80
printPrs
Function · 0.80
Calls
1
Muted
Method · 0.95
Tested by
no test coverage detected