MCPcopy
hub / github.com/cli/cli / SuccessIcon

Method SuccessIcon

pkg/iostreams/color.go:192–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190}
191
192func (c *ColorScheme) SuccessIcon() string {
193 return c.SuccessIconWithColor(c.Green)
194}
195
196func (c *ColorScheme) SuccessIconWithColor(colo func(string) string) string {
197 return colo("✓")

Callers 15

deleteRunFunction · 0.80
deleteCachesFunction · 0.80
printHumanCommentFunction · 0.80
printDiscussionsFunction · 0.80
verifyRunFunction · 0.80
verifyAssetRunFunction · 0.80
switchRunFunction · 0.80
refreshRunFunction · 0.80
LoginFunction · 0.80
StringMethod · 0.80
logoutRunFunction · 0.80
deleteRunFunction · 0.80

Calls 1

SuccessIconWithColorMethod · 0.95

Tested by

no test coverage detected