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

Method StyleLight

library/cpp/colorizer/colors.cpp:183–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183TStringBuf TColors::StyleLight() const noexcept {
184 return IsTTY() ? ToStringBufC(EAnsiCode::ST_LIGHT) : ToStringBufC(EAnsiCode::INVALID);
185}
186TStringBuf TColors::StyleDark() const noexcept {
187 return IsTTY() ? ToStringBufC(EAnsiCode::ST_DARK) : ToStringBufC(EAnsiCode::INVALID);
188}

Callers

nothing calls this directly

Calls 1

ToStringBufCFunction · 0.85

Tested by

no test coverage detected