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

Method unfilteredItemCount

plugins/quickopen/duchainitemquickopen.cpp:217–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217uint DUChainItemDataProvider::unfilteredItemCount() const
218{
219 return Base::items().count();
220}
221
222QuickOpenDataPointer DUChainItemDataProvider::data(uint row) const
223{

Callers

nothing calls this directly

Calls 2

itemsFunction · 0.85
countMethod · 0.45

Tested by

no test coverage detected