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

Method ItalicOff

library/cpp/colorizer/colors.cpp:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 return IsTTY() ? ToStringBufC(EAnsiCode::ITALIC_ON) : ToStringBufC(EAnsiCode::INVALID);
195}
196TStringBuf TColors::ItalicOff() const noexcept {
197 return IsTTY() ? ToStringBufC(EAnsiCode::ITALIC_OFF) : ToStringBufC(EAnsiCode::INVALID);
198}
199TStringBuf TColors::UnderlineOn() const noexcept {
200 return IsTTY() ? ToStringBufC(EAnsiCode::UNDERLINE_ON) : ToStringBufC(EAnsiCode::INVALID);
201}

Callers

nothing calls this directly

Calls 1

ToStringBufCFunction · 0.85

Tested by

no test coverage detected