| 96 | } |
| 97 | |
| 98 | TStringBuf GetLeftColor() const { |
| 99 | return Reverse ? Colors.RedColor() : Colors.GreenColor(); |
| 100 | } |
| 101 | |
| 102 | TStringBuf GetRightColor() const { |
| 103 | return Reverse ? Colors.GreenColor() : Colors.RedColor(); |
nothing calls this directly
no test coverage detected