MCPcopy Create free account
hub / github.com/KDAB/GammaRay / hasMetaObject

Method hasMetaObject

core/metaobjectrepository.cpp:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284bool MetaObjectRepository::hasMetaObject(const QString &typeName) const
285{
286 return m_metaObjects.contains(typeName);
287}
288
289void MetaObjectRepository::clear()
290{

Callers 1

testMetaObjectMethod · 0.80

Calls

no outgoing calls

Tested by 1

testMetaObjectMethod · 0.64