Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ FailureIcon
Method
FailureIcon
pkg/iostreams/color.go:204–206 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
202
}
203
204
func
(c *ColorScheme) FailureIcon() string {
205
return
c.FailureIconWithColor(c.Red)
206
}
207
208
func
(c *ColorScheme) FailureIconWithColor(colo
func
(string) string) string {
209
return
colo(
"X"
)
Callers
15
BaseRepo
Method · 0.80
deleteRun
Function · 0.80
deleteCaches
Function · 0.80
listRun
Function · 0.80
switchRun
Function · 0.80
runAdd
Function · 0.80
importRun
Function · 0.80
setRun
Function · 0.80
createRun
Function · 0.80
deleteRun
Function · 0.80
setDefaultRun
Function · 0.80
sourceInit
Function · 0.80
Calls
1
FailureIconWithColor
Method · 0.95
Tested by
no test coverage detected