(colo func(string) string)
| 206 | } |
| 207 | |
| 208 | func (c *ColorScheme) FailureIconWithColor(colo func(string) string) string { |
| 209 | return colo("X") |
| 210 | } |
| 211 | |
| 212 | func (c *ColorScheme) HighlightStart() string { |
| 213 | if !c.Enabled { |
no outgoing calls
no test coverage detected