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

Method OldColor

library/cpp/colorizer/colors.cpp:346–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346TStringBuf TColors::OldColor() const noexcept {
347 return IsTTY() ? "\033[22;39m" : "";
348}
349
350TStringBuf TColors::BoldColor() const noexcept {
351 return IsTTY() ? "\033[1m" : "";

Callers 10

FormatFullNameMethod · 0.80
PrintHelpMethod · 0.80
FormatOptionFunction · 0.80
PrintCmdLineMethod · 0.80
PrintUsageMethod · 0.80
PrintFreeArgsDescMethod · 0.80
Y_UNIT_TESTFunction · 0.80
Y_UNIT_TESTFunction · 0.80
CommonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected