Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
212
func
(c *ColorScheme) HighlightStart() string {
213
if
!c.Enabled {
214
return
""
215
}
216
217
return
highlightStart
218
}
219
220
func
(c *ColorScheme) Highlight(t string) string {
221
if
!c.Enabled {
Callers
1
formatMatch
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected