MCPcopy 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
711func (f *Formatter) startColor(code color.Code) {
712 if !f.colorDisabled {
713 f.colors.Start(&f.builder, code)
714 }
715}
716
717func (f *Formatter) endColor() {
718 if !f.colorDisabled {

Callers 5

formatValueMethod · 0.95
formatTypeValueMethod · 0.95
decorateMethod · 0.95
formatRecordMethod · 0.95
startColorPrimitiveMethod · 0.95

Calls 1

StartMethod · 0.45

Tested by

no test coverage detected