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

Method BoldColor

library/cpp/colorizer/colors.cpp:350–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350TStringBuf TColors::BoldColor() const noexcept {
351 return IsTTY() ? "\033[1m" : "";
352}
353
354TStringBuf TColors::BlackColor() const noexcept {
355 return IsTTY() ? "\033[22;30m" : "";

Callers 5

PrintHelpMethod · 0.80
PrintCmdLineMethod · 0.80
PrintUsageMethod · 0.80
PrintFreeArgsDescMethod · 0.80
Y_UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected