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

Method count

core/sequentialpropertyadaptor.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35int SequentialPropertyAdaptor::count() const
36{
37 if (!m_value.canConvert<QVariantList>())
38 return 0;
39 auto it = m_value.value<QSequentialIterable>();
40 return it.size();
41}
42
43PropertyData SequentialPropertyAdaptor::propertyData(int index) const
44{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected