MCPcopy 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
717func (f *Formatter) endColor() {
718 if !f.colorDisabled {
719 f.colors.End(&f.builder)
720 }
721}
722
723func (f *Formatter) isImplied(typ super.Type) bool {
724 implied, ok := f.implied[typ]

Callers 4

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

Calls 1

EndMethod · 0.65

Tested by

no test coverage detected