Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ endColor
Method
endColor
sup/formatter.go:717–721 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
715
}
716
717
func
(f *Formatter) endColor() {
718
if
!f.colorDisabled {
719
f.colors.End(&f.builder)
720
}
721
}
722
723
func
(f *Formatter) isImplied(typ super.Type) bool {
724
implied, ok := f.implied[typ]
Callers
4
formatValue
Method · 0.95
formatTypeValue
Method · 0.95
decorate
Method · 0.95
formatRecord
Method · 0.95
Calls
1
End
Method · 0.65
Tested by
no test coverage detected