MCPcopy
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
204func (c *ColorScheme) FailureIcon() string {
205 return c.FailureIconWithColor(c.Red)
206}
207
208func (c *ColorScheme) FailureIconWithColor(colo func(string) string) string {
209 return colo("X")

Callers 15

BaseRepoMethod · 0.80
deleteRunFunction · 0.80
deleteCachesFunction · 0.80
listRunFunction · 0.80
switchRunFunction · 0.80
runAddFunction · 0.80
importRunFunction · 0.80
setRunFunction · 0.80
createRunFunction · 0.80
deleteRunFunction · 0.80
setDefaultRunFunction · 0.80
sourceInitFunction · 0.80

Calls 1

FailureIconWithColorMethod · 0.95

Tested by

no test coverage detected