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

Method Reset

library/cpp/colorizer/colors.cpp:179–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179TStringBuf TColors::Reset() const noexcept {
180 return IsTTY() ? ToStringBufC(EAnsiCode::RESET) : ToStringBufC(EAnsiCode::INVALID);
181}
182
183TStringBuf TColors::StyleLight() const noexcept {
184 return IsTTY() ? ToStringBufC(EAnsiCode::ST_LIGHT) : ToStringBufC(EAnsiCode::INVALID);

Callers 1

Y_UNIT_TESTFunction · 0.45

Calls 1

ToStringBufCFunction · 0.85

Tested by

no test coverage detected