MCPcopy
hub / github.com/cli/cli / FailureIconWithColor

Method FailureIconWithColor

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

Source from the content-addressed store, hash-verified

206}
207
208func (c *ColorScheme) FailureIconWithColor(colo func(string) string) string {
209 return colo("X")
210}
211
212func (c *ColorScheme) HighlightStart() string {
213 if !c.Enabled {

Callers 6

FailureIconMethod · 0.95
printSessionFunction · 0.80
SessionSymbolFunction · 0.80
NewCmdLockFunction · 0.80
lockRunFunction · 0.80
SymbolFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected