| 368 | } |
| 369 | |
| 370 | TStringBuf TColors::RedColor() const noexcept { |
| 371 | return IsTTY() ? "\033[22;31m" : ""; |
| 372 | } |
| 373 | |
| 374 | TStringBuf TColors::PurpleColor() const noexcept { |
| 375 | return IsTTY() ? "\033[22;35m" : ""; |
no outgoing calls
no test coverage detected