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

Method unfilteredRowCount

plugins/quickopen/quickopenmodel.cpp:264–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264int QuickOpenModel::unfilteredRowCount() const
265{
266 int count = 0;
267 for (const ProviderEntry& provider : m_providers) {
268 if (provider.enabled) {
269 count += provider.provider->unfilteredItemCount();
270 }
271 }
272
273 return count;
274}
275
276int QuickOpenModel::columnCount() const
277{

Callers 1

updateTimerIntervalMethod · 0.80

Calls 1

unfilteredItemCountMethod · 0.45

Tested by

no test coverage detected