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

Method UnderlineOff

library/cpp/colorizer/colors.cpp:202–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 return IsTTY() ? ToStringBufC(EAnsiCode::UNDERLINE_ON) : ToStringBufC(EAnsiCode::INVALID);
201}
202TStringBuf TColors::UnderlineOff() const noexcept {
203 return IsTTY() ? ToStringBufC(EAnsiCode::UNDERLINE_OFF) : ToStringBufC(EAnsiCode::INVALID);
204}
205
206TStringBuf TColors::ForeDefault() const noexcept {
207 return IsTTY() ? ToStringBufC(EAnsiCode::FG_DEFAULT) : ToStringBufC(EAnsiCode::INVALID);

Callers

nothing calls this directly

Calls 1

ToStringBufCFunction · 0.85

Tested by

no test coverage detected