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

Function ToStringBuf

library/cpp/colorizer/colors.cpp:139–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139TStringBuf ToStringBuf(NColorizer::EAnsiCode x) {
140 return ToStringBufC(x);
141}
142
143TString ToString(NColorizer::EAnsiCode x) {
144 return TString(ToStringBufC(x));

Callers 2

Y_UNIT_TESTFunction · 0.85
ToStringBufMethod · 0.85

Calls 1

ToStringBufCFunction · 0.85

Tested by

no test coverage detected