Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ WarningIcon
Method
WarningIcon
pkg/iostreams/color.go:200–202 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
198
}
199
200
func
(c *ColorScheme) WarningIcon() string {
201
return
c.Yellow(
"!"
)
202
}
203
204
func
(c *ColorScheme) FailureIcon() string {
205
return
c.FailureIconWithColor(c.Red)
Callers
15
deleteRun
Function · 0.80
createRun
Function · 0.80
Login
Function · 0.80
String
Method · 0.80
runCopilot
Function · 0.80
cloneRun
Function · 0.80
checkoutBranch
Function · 0.80
deleteRun
Function · 0.80
importRun
Function · 0.80
setRun
Function · 0.80
readFileRun
Function · 0.80
cloneRun
Function · 0.80
Calls
1
Yellow
Method · 0.95
Tested by
no test coverage detected