MCPcopy
hub / github.com/cli/cli / SuccessIconWithColor

Method SuccessIconWithColor

pkg/iostreams/color.go:196–198  ·  view source on GitHub ↗
(colo func(string) string)

Source from the content-addressed store, hash-verified

194}
195
196func (c *ColorScheme) SuccessIconWithColor(colo func(string) string) string {
197 return colo("✓")
198}
199
200func (c *ColorScheme) WarningIcon() string {
201 return c.Yellow("!")

Callers 15

SuccessIconMethod · 0.95
deleteAssetRunFunction · 0.80
deleteRunFunction · 0.80
SessionSymbolFunction · 0.80
closeRunFunction · 0.80
unpinRunFunction · 0.80
reopenRunFunction · 0.80
lockRunFunction · 0.80
deleteRunFunction · 0.80
createRunFunction · 0.80
createRunFunction · 0.80
forkRunFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected