| 360 | } |
| 361 | |
| 362 | TStringBuf TColors::GreenColor() const noexcept { |
| 363 | return IsTTY() ? "\033[22;32m" : ""; |
| 364 | } |
| 365 | |
| 366 | TStringBuf TColors::CyanColor() const noexcept { |
| 367 | return IsTTY() ? "\033[22;36m" : ""; |
no outgoing calls
no test coverage detected