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

Method GreenColor

library/cpp/colorizer/colors.cpp:362–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362TStringBuf TColors::GreenColor() const noexcept {
363 return IsTTY() ? "\033[22;32m" : "";
364}
365
366TStringBuf TColors::CyanColor() const noexcept {
367 return IsTTY() ? "\033[22;36m" : "";

Callers 6

FormatFullNameMethod · 0.80
FormatOptionFunction · 0.80
PrintFreeArgsDescMethod · 0.80
Y_UNIT_TESTFunction · 0.80
GetLeftColorMethod · 0.80
GetRightColorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected