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

Method StyleNormal

library/cpp/colorizer/colors.cpp:189–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 return IsTTY() ? ToStringBufC(EAnsiCode::ST_DARK) : ToStringBufC(EAnsiCode::INVALID);
188}
189TStringBuf TColors::StyleNormal() const noexcept {
190 return IsTTY() ? ToStringBufC(EAnsiCode::ST_NORMAL) : ToStringBufC(EAnsiCode::INVALID);
191}
192
193TStringBuf TColors::ItalicOn() const noexcept {
194 return IsTTY() ? ToStringBufC(EAnsiCode::ITALIC_ON) : ToStringBufC(EAnsiCode::INVALID);

Callers

nothing calls this directly

Calls 1

ToStringBufCFunction · 0.85

Tested by

no test coverage detected