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

Method CyanColor

library/cpp/colorizer/colors.cpp:366–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366TStringBuf TColors::CyanColor() const noexcept {
367 return IsTTY() ? "\033[22;36m" : "";
368}
369
370TStringBuf TColors::RedColor() const noexcept {
371 return IsTTY() ? "\033[22;31m" : "";

Callers 2

PrintUsageMethod · 0.80
Y_UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected