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

Function ToString

library/cpp/colorizer/colors.cpp:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143TString ToString(NColorizer::EAnsiCode x) {
144 return TString(ToStringBufC(x));
145}
146
147template<>
148void Out<NColorizer::EAnsiCode>(IOutputStream& os, TTypeTraits<NColorizer::EAnsiCode>::TFuncParam x) {

Callers 6

Y_UNIT_TESTFunction · 0.50
CoCondVarTestFunction · 0.50
TestEmplaceBack2Method · 0.50
ConvertMethod · 0.50
Y_UNIT_TESTFunction · 0.50
TCodePageHashMethod · 0.50

Calls 1

ToStringBufCFunction · 0.85

Tested by 1

TestEmplaceBack2Method · 0.40