Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
212
uint BaseFileDataProvider::unfilteredItemCount() const
213
{
214
return items().count();
215
}
216
217
QuickOpenDataPointer BaseFileDataProvider::data(uint row) const
218
{
Callers
1
unfilteredRowCount
Method · 0.45
Calls
2
items
Function · 0.85
count
Method · 0.45
Tested by
no test coverage detected