MCPcopy Create free account
hub / github.com/algolia/cli / SuccessIconWithColor

Method SuccessIconWithColor

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

Source from the content-addressed store, hash-verified

166}
167
168func (c *ColorScheme) SuccessIconWithColor(colo func(string) string) string {
169 return colo("✓")
170}
171
172func (c *ColorScheme) WarningIcon() string {
173 return c.Yellow("!")

Callers 6

SuccessIconMethod · 0.95
runReindexCmdFunction · 0.80
runPauseCmdFunction · 0.80
runCrawlCmdFunction · 0.80
runCreateCmdFunction · 0.80
runRunCmdFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected