MCPcopy Index your code
hub / github.com/cli/cli / HighlightStart

Method HighlightStart

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

Source from the content-addressed store, hash-verified

210}
211
212func (c *ColorScheme) HighlightStart() string {
213 if !c.Enabled {
214 return ""
215 }
216
217 return highlightStart
218}
219
220func (c *ColorScheme) Highlight(t string) string {
221 if !c.Enabled {

Callers 1

formatMatchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected