()
| 32 | } |
| 33 | |
| 34 | func (t *TextWrapperStyle) Reset() { |
| 35 | t.cache = `` |
| 36 | t.Fg = `` |
| 37 | t.Bg = `` |
| 38 | t.ColorPattern = `` |
| 39 | } |
| 40 | |
| 41 | func (t *TextWrapperStyle) Empty() bool { |
| 42 | return t.Fg == `` && t.Bg == `` && t.ColorPattern == `` |
no outgoing calls
no test coverage detected