MCPcopy
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
200func (c *ColorScheme) WarningIcon() string {
201 return c.Yellow("!")
202}
203
204func (c *ColorScheme) FailureIcon() string {
205 return c.FailureIconWithColor(c.Red)

Callers 15

deleteRunFunction · 0.80
createRunFunction · 0.80
LoginFunction · 0.80
StringMethod · 0.80
runCopilotFunction · 0.80
cloneRunFunction · 0.80
checkoutBranchFunction · 0.80
deleteRunFunction · 0.80
importRunFunction · 0.80
setRunFunction · 0.80
readFileRunFunction · 0.80
cloneRunFunction · 0.80

Calls 1

YellowMethod · 0.95

Tested by

no test coverage detected