MCPcopy Create free account
hub / github.com/catboost/catboost / RedColor

Method RedColor

library/cpp/colorizer/colors.cpp:370–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

GetLeftColorMethod · 0.80
GetRightColorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected