Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
350
TStringBuf TColors::BoldColor() const noexcept {
351
return IsTTY() ?
"\033[1m"
:
""
;
352
}
353
354
TStringBuf TColors::BlackColor() const noexcept {
355
return IsTTY() ?
"\033[22;30m"
:
""
;
Callers
5
PrintHelp
Method · 0.80
PrintCmdLine
Method · 0.80
PrintUsage
Method · 0.80
PrintFreeArgsDesc
Method · 0.80
Y_UNIT_TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected