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

Method ForeDefault

library/cpp/colorizer/colors.cpp:206–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206TStringBuf TColors::ForeDefault() const noexcept {
207 return IsTTY() ? ToStringBufC(EAnsiCode::FG_DEFAULT) : ToStringBufC(EAnsiCode::INVALID);
208}
209TStringBuf TColors::ForeBlack() const noexcept {
210 return IsTTY() ? ToStringBufC(EAnsiCode::FG_BLACK) : ToStringBufC(EAnsiCode::INVALID);
211}

Callers

nothing calls this directly

Calls 1

ToStringBufCFunction · 0.85

Tested by

no test coverage detected