Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli/cli
/ Redf
Method
Redf
pkg/iostreams/color.go:103–105 ·
view source on GitHub ↗
(t string, args ...any)
Source
from the content-addressed store, hash-verified
101
}
102
103
func
(c *ColorScheme) Redf(t string, args ...any) string {
104
return
c.Red(fmt.Sprintf(t, args...))
105
}
106
107
func
(c *ColorScheme) Yellow(t string) string {
108
if
!c.Enabled {
Callers
2
verify
Method · 0.80
PrCheckStatusSummaryWithColor
Function · 0.80
Calls
1
Red
Method · 0.95
Tested by
no test coverage detected