MCPcopy 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
44AbstractType* ClassSpecializationType::clone() const
45{
46 return new ClassSpecializationType(*this);
47}
48
49ClassSpecializationType::ClassSpecializationType()
50 : KDevelop::StructureType(createData<ClassSpecializationType>())

Callers 2

exchangeMethod · 0.45
exchangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected