Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ startColor
Method
startColor
sup/formatter.go:711–715 ·
view source on GitHub ↗
(code color.Code)
Source
from the content-addressed store, hash-verified
709
}
710
711
func
(f *Formatter) startColor(code color.Code) {
712
if
!f.colorDisabled {
713
f.colors.Start(&f.builder, code)
714
}
715
}
716
717
func
(f *Formatter) endColor() {
718
if
!f.colorDisabled {
Callers
5
formatValue
Method · 0.95
formatTypeValue
Method · 0.95
decorate
Method · 0.95
formatRecord
Method · 0.95
startColorPrimitive
Method · 0.95
Calls
1
Start
Method · 0.45
Tested by
no test coverage detected