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

Function CppDemangle

util/system/type_name.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45TString CppDemangle(const TString& name) {
46 return CppDemangleImpl(name.c_str());
47}
48
49static TString TypeNameImpl(const char* name) {
50 TString demangled = CppDemangleImpl(name);

Callers 1

Y_UNIT_TESTFunction · 0.85

Calls 2

CppDemangleImplFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected