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

Method unfilteredItemCount

plugins/quickopen/projectfilequickopen.cpp:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212uint BaseFileDataProvider::unfilteredItemCount() const
213{
214 return items().count();
215}
216
217QuickOpenDataPointer BaseFileDataProvider::data(uint row) const
218{

Callers 1

unfilteredRowCountMethod · 0.45

Calls 2

itemsFunction · 0.85
countMethod · 0.45

Tested by

no test coverage detected