Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ clone
Method
clone
plugins/clang/duchain/types/classspecializationtype.cpp:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
{}
43
44
AbstractType* ClassSpecializationType::clone() const
45
{
46
return new ClassSpecializationType(*this);
47
}
48
49
ClassSpecializationType::ClassSpecializationType()
50
: KDevelop::StructureType(createData<ClassSpecializationType>())
Callers
2
exchange
Method · 0.45
exchange
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected