Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ CppDemangleImpl
Function
CppDemangleImpl
util/system/type_name.cpp:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
static TString CppDemangleImpl(const char* name) {
42
return NPrivate::TCppDemangler().Demangle(name);
43
}
44
45
TString CppDemangle(const TString& name) {
46
return CppDemangleImpl(name.c_str());
Callers
2
CppDemangle
Function · 0.85
TypeNameImpl
Function · 0.85
Calls
2
TCppDemangler
Class · 0.85
Demangle
Method · 0.80
Tested by
no test coverage detected