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

Method itemCount

plugins/quickopen/projectfilequickopen.cpp:207–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207uint BaseFileDataProvider::itemCount() const
208{
209 return filteredItems().count();
210}
211
212uint BaseFileDataProvider::unfilteredItemCount() const
213{

Callers 5

rowCountMethod · 0.45
getItemMethod · 0.45
itemsFunction · 0.45
testProjectFileFilterMethod · 0.45

Calls 1

countMethod · 0.45

Tested by 2

itemsFunction · 0.36
testProjectFileFilterMethod · 0.36