Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
346
TStringBuf TColors::OldColor() const noexcept {
347
return IsTTY() ?
"\033[22;39m"
:
""
;
348
}
349
350
TStringBuf TColors::BoldColor() const noexcept {
351
return IsTTY() ?
"\033[1m"
:
""
;
Callers
10
FormatFullName
Method · 0.80
PrintHelp
Method · 0.80
FormatOption
Function · 0.80
PrintCmdLine
Method · 0.80
PrintUsage
Method · 0.80
PrintFreeArgsDesc
Method · 0.80
Y_UNIT_TEST
Function · 0.80
DBG_OUTPUT_COLOR_HANDLER
Method · 0.80
Y_UNIT_TEST
Function · 0.80
Common
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected