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

Method data

plugins/quickopen/documentationquickopenprovider.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122QuickOpenDataPointer DocumentationQuickOpenProvider::data(uint row) const
123{
124 return m_results.at(row);
125}
126
127uint DocumentationQuickOpenProvider::itemCount() const
128{

Callers 2

textMethod · 0.45
matchingIndexesFunction · 0.45

Calls 1

atMethod · 0.45

Tested by

no test coverage detected