MCPcopy Create free account
hub / github.com/KDE/kdevelop / copy

Method copy

kdevplatform/language/duchain/types/typeregister.cpp:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void TypeSystem::copy(const AbstractTypeData& from, AbstractTypeData& to, bool constant) const
60{
61 //Shouldn't try to copy an unknown type
62 ensureFactoryLoaded(from);
63 m_factories.value(from.typeClassId)->copy(from, to, constant);
64}
65
66TypeSystem& TypeSystem::self()
67{

Callers 3

createItemMethod · 0.45
benchTypeRegistryMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by 2

benchTypeRegistryMethod · 0.36