Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
TString CppDemangle(const TString& name) {
46
return CppDemangleImpl(name.c_str());
47
}
48
49
static TString TypeNameImpl(const char* name) {
50
TString demangled = CppDemangleImpl(name);
Callers
1
Y_UNIT_TEST
Function · 0.85
Calls
2
CppDemangleImpl
Function · 0.85
c_str
Method · 0.45
Tested by
no test coverage detected